/*
2020年12月修复
*/
/*滚动条*/
::-webkit-scrollbar {
	width: 8px;
	height: 8px
}

::-webkit-scrollbar-track-piece {
	background-color: rgba(255,255,255,0.2);
	border-radius: 4px
}

::-webkit-scrollbar-thumb:vertical {
	height: 8px;
	background-color: #A6A9B0;
	border-radius: 4px
}

::-webkit-scrollbar-thumb:horizontal {
	width: 8px;
	background-color: #A6A9B0;
	border-radius: 4px
}
/* 选中颜色*/
::selection { 
    background:rgb(13 206 158); 
    color:#ffffff; 
}
::-moz-selection { 
    background:rgb(13 206 158); 
    color:#ffffff
}

 /*上下晃动*/
@keyframes shangxa {
	0%,
  100%,
  20%,
  50%,
  80% {
		transition-timing-function: cubic-bezier(0.215,.61,.355,1);
		transform: translate3d(0,0,0);
	}

	40%,
  43% {
		transition-timing-function: cubic-bezier(0.755,0.50,0.855,0.060);
		transform: translate3d(0,-10px,0);
	}

	70% {
		transition-timing-function: cubic-bezier(0.755,0.050,0.855,0.060);
		transform: translate3d(0,-6px,0);
	}

	90% {
		transform: translate3d(0,-3px,0);
	}
}

body {
	font-family: "PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
/*	cursor: url('x1.cur'),auto*/
}

a:hover {
	color: #0dce9e;
}
/*a,[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled), button:not(:disabled) {
	cursor: url('x2.cur'),auto!important
}*/
.cai {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}
/*边框阴影*/
.yj {
	border-radius: 8px !important;
}

.bs {
	background-color: rgba(255, 255, 255, 0.9) !important;
}

.yy {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.yy1 {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
}

.yy2 {
	box-shadow: 0 8px 16px 0 rgba(7,17,27,.05);
	-webkit-box-shadow: 0 8px 16px 0 rgba(7,17,27,.05);
	-moz-box-shadow: 0 8px 16px 0 rgba(7,17,27,.05);
}

.bk {
	border: 1px solid #f1f1f1 !important;
}
/*框架大小*/
.wrapper {
	width: 90%;
}

.warr, .tax-collection .content-area, .tax-newsflashes_tags .content-area, .post-type-archive-newsflashes .content-area, .all-circles.content-area, .announcement-page.content-area, .single-announcement .content-area, .post-style-2 .content-area, .create-circle.content-area, .mission-page.wrapper, .search .b2-single-content, .search .tax-search, #carts .vip-page {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}


.wcndy {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}

.wbrr {
	width: 1500px;
	max-width: 100%;
	margin: 0 auto;
}

.wer {
	width: 94%;
	margin: 0 auto;
	max-width: 1920px;
}
/** 判断 大于1700 **/
@media screen and (min-width: 1800px) {
/** 加大页面宽度 **/
	.wrapper {
		width: 1650px;
	}

	.warr, .tax-collection .content-area, .tax-newsflashes_tags .content-area, .post-type-archive-newsflashes .content-area, .all-circles.content-area, .announcement-page.content-area, .single-announcement .content-area, .post-style-2 .content-area, .create-circle.content-area, .mission-page.wrapper, .search .b2-single-content, .search .tax-search, #carts .vip-page {
		width: 1200px;
	}
}
/*小数字*/
@font-face {
	font-family:shuzi;src:url(/wp-content/themes/b2/din.otf) format("opentype");font-weight:400
}

@font-face {
	font-family:zishu;src:url(/wp-content/themes/b2/Barlow.ttf) format("opentype");font-weight:400
}

@font-face {
	font-family:cushu;src:url(/wp-content/themes/b2/cu.ttf) format("opentype");font-weight:400
}

@font-face {
	font-family:shuheiti;src:url(/wp-content/themes/b2/shuheiti.ttf) format("opentype");font-weight:400
}


.shu {
	font-family: shuzi, "PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
}

.zi {
	font-family: zishu;
}

.cu {
	font-family: cushu;
}

.shuheiti {
	font-family: shuheiti;
}
/** 判断 大于1700 **/
@media screen and (min-width: 1800px) {
/** 加大页面宽度 **/
	.wrapper {
		width: 1650px;
	}

	.warr, .tax-collection .content-area, .tax-newsflashes_tags .content-area, .post-type-archive-newsflashes .content-area, .all-circles.content-area, .announcement-page.content-area, .single-announcement .content-area, .post-style-2 .content-area, .create-circle.content-area, .mission-page.wrapper, .search .b2-single-content, .search .tax-search, #carts .vip-page {
		width: 1200px;
	}
}
/*登录*/
.login-form-item input {
    background-color: #fff;
}
.login-tip {
	margin: 30px 0 15px 0;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	width: 288px;
	position: relative;
}

.login-tip:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 288px;
	height: 1px;
	margin-top: -0.5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	z-index: 0;
}

.login-tip span {
	padding: 0 10px;
	font-size: 13px;
	background-color: #fff;
	line-height: 22px;
	color: rgba(0, 0, 0, 0.45);
	position: relative;
	z-index: 1;
}

.dlann {
	display: flex;
	flex-wrap: wrap;
}

.dlann div {
	text-align: center;
	padding: 10px;
	width: 25%;
}

.dlann a {
	width: 33.333%;
	text-align: center;
}

.dlann a:hover {
	opacity: .8;
}
/*头部*/
.ehead {
	background: #ffffff;
	box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
	transform: translate(0);
	transition: transform .5s;
	position: fixed;
	width: 100%;
	z-index: 11;
}

#he_modia {
	background: url(https://dl.zhutix.net/2020/12/dh.svg) no-repeat 0 5px;
	background-size: 84%;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	overflow: hidden;
}

.sjdhan {
	display: block;
}

.he_dsaa {
	border: none;
	padding: 0;
	background-color: initial;
	text-align: inherit
}

.he_dsaa,.he_dsaa:hover {
	box-shadow: none
}

.he_exfm {
	margin-top: 16px;
	margin-bottom: 0
}

.he_exfm.hsff {
	margin-top: 17px;
}

.he_yqmh {
	padding-left: 0;
	list-style: none
}

.he_vkld {
	line-height: 1
}

.he_xlon {
	font-weight: 500
}

#he_gdd, .login-box-in {
	display: none;
}

.xian #he_gdd, .xian .login-box-in {
	display: block;
}

.he_xlon.he_dau {
	font-size: 20px;
	padding-bottom: 2px;
	margin-top: -12px;
}

.he_svcu {
	font-weight: 700
}

.he_cbr {
	text-decoration: none
}

.he_cbr img {
display: block;
    height: 32px;
}

.he_hshj {
	font-size: 9px;
	letter-spacing: .02em;
	color: #747474
}

#he_oi {
	height: 100%
}

.he_ixz {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.he_jtpa {
	display: inline-block;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.04);
	transition: all .1s ease-in-out;
	text-align: center;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	fill: currentColor
}

button[disabled].he_jtpa {
	cursor: not-allowed;
	color: #767676;
	background-color: #eee;
	border-color: transparent
}

.he_hhsa:hover {
	box-shadow: 0 1px 2px rgba(0,0,0,.08)
}

.he_wpby {
	height: 32px;
	padding: 0 11px;
	font-size: 14px;
	line-height: 30px
}

.he_hztt {
	color: #767676;
	background-color: #fff;
	border-color: #d1d1d1
}

.he_ongkk:hover {
	color: #111;
	border-color: #767676
}

.he_syias {
	color: #fff;
	background-color: #000000
}

.he_sufb {
	display: flex;
	align-items: center;
	margin-top: -2px
}

.he_jlgka {
	vertical-align: middle
}

.he_clofs {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	margin-left: 12px
}

@media screen and (max-width:1199px) {
	.he_clofs {
		display: none
	}
}

.he_tphl {
	color: #111
}

@media screen and (max-width:1199px) {
	.he_cvvgt {
		display: none
	}
}

.he_cvvgt {
	display: block;
	margin-top: 3px;
	font-size: 13px;
	color: #111
}

.he_ittj {
	line-height: 1;
	color: #767676;
	fill: currentColor;
	vertical-align: middle;
	transition: all .1s ease-in-out
}

.he_ittj:focus,.he_ittj:hover {
	color: #111
}

.he_mvbm {
	display: flex;
	position: relative;
	transition: all .1s ease-in-out
}

.he_jvjj {
	height: 36px;
	border-radius: 24px;
	background-color: #eee;
	font-size: 14px;
	border: 1px solid transparent
}

.he_jvjj:hover {
	background-color: #eee;
	border-color: #d1d1d1
}

.he_jvjj:focus-within {
	background-color: #fff;
	border-color: #d1d1d1
}

.he_fyu {
	flex-grow: 1;
	width: 100%;
	background: none;
	border: none;
	color: #111
}

.he_fyu:focus {
	outline: none
}

.he_fyu::-ms-input-placeholder {
	color: #767676
}

.he_fyu::placeholder {
	color: #767676
}

.he_fyu {
	box-sizing: border-box!important
}

.he_fyu:required {
	box-shadow: none
}

.he_qoc {
	border: 0 solid #ccc !important;
	padding-left: 12px;
	padding-bottom: 4px;
	font-size: 14px;
	letter-spacing: 2px
}

.he_vozy {
	display: flex;
	align-items: center
}

.he_vozy:hover .he_azrr {
	fill: #111
}

.he_bdj {
	flex-grow: 1;
	display: flex
}

.he_azrr {
	box-sizing: initial;
	fill: #767676;
	transition: fill .1s ease-in-out
}

.he_azrr:hover {
	fill: #111
}

.he_tlh {
	padding-left: 14px
}

.he_mpd {
	width: 16px;
	height: 16px
}

.zxscaa {
	width: 38px;
	height: 38px;
}

.he_fyu::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.he_olf {
	position: relative;
	z-index: 2
}

.he_mwd {
	background-color: #fff;
	padding: 8px 12px;
	display: grid;
	column-gap: 16px;
	align-items: center
}

.he_efan {
	position: relative
}

.he_efan:after {
	content: "";
	position: absolute;
	top: -6px;
	bottom: -6px;
	right: -6px;
	left: -6px
}

.he_duscxa {
	display: inline-block;
	font-size: 14px
}

.he_duscxa:hover {
	color: #111
}

.he_soas {
	display: flex;
	flex-direction: column;
	align-items: center
}

.icon-gdac {
	width: 1.6em;
	height: 1.6em;
	margin-bottom: -6px;
}

@media screen and (min-width:768px) {
	.he_soas {
		padding: 0 8px 10px;
		font-size: 13px;
	}
}

.he_soas .sai {
	font-size: 20px;
	line-height: 1;
	color: #6a6a6a;
}

.he_soas .b2font {
	font-size: 20px;
	line-height: 1;
	color: #6a6a6a;
}

.he_soas:hover .sai {
	color: #0dce9e;
}

.daysd {
	padding: 0 5px 0 5px;
}

.he_ioyt {
	margin-top: 0;
	display: inline-block
}

@media screen and (max-width:767px) {
	.he_ioyt {
		display: none
	}
}

.he_xmjp {
	display: flex;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

.he_mlqa {
	z-index: 10;
	align-items: center
}

.he_ghja,.he_mlqa {
	height: 52px
}

.he_jzzc {
	display: flex;
	flex: 1;
	align-items: center
}

.he_gdfa {
	width: 100%;
	margin-left: 18px
}

.he_glfds {
	text-align: center
}

.he_lzjn .feng-yuandian1 {
	margin: 0 5px;
	font-size: 12px;
}

@media screen and (max-width:991px) {
	.he_glfds {
		padding-left: 16px;
		padding-right: 16px
	}
}

.he_glfds {
	padding-left: 10px;
	padding-right: 10px
}

.he_bjlak {
	display: inline-block
}

.he_aapn {
	display: flex;
	padding-right: 50px;
	margin-top: 4px;
}

.he_aapn,.he_lmba {
	align-items: center
}

.he_lmba {
	float: right;
}
.change-theme {
    float: left;
}
@media screen and (max-width:991px) {
	.he_lzjn {
		display: none
	}
}

.he_xdq {
	margin-right: 20px
}

.he_pgjo {
	margin-right: 0
}

.he_pgjo:last-child {
	margin-right: 0
}

.he_yznoi {
	border-color: transparent;
	border-radius: 0;
	box-shadow: none
}

.he_yznoi:focus,.he_yznoi:hover {
	border-color: transparent!important;
	box-shadow: none
}

.he_yznoi:before {
	position: absolute;
	top: 0;
	left: -18px;
	width: 1px;
	height: 32px;
	content: "";
	background-color: #d1d1d1
}

@media screen and (max-width:767px) {
	.he_yznoi:before {
		display: none
	}
}

.he_yznoi:before {
	display: inline-block
}

.he_gfpi {
	padding-top: 12px;
	padding-right: 12px;
	padding-left: 12px
}

.he_ind {
	position: fixed;
	top: 0;
	z-index: 4;
	display: none;
	width: 100%;
	height: 2px;
	background: linear-gradient(45deg,hsla(0,0%,100%,.7),hsla(0,0%,100%,.5) 25%,rgba(0,0,0,.5) 50%,rgba(0,0,0,.7) 75%,hsla(0,0%,100%,.5));
	transition: all .3s ease-in-out 0s;
	transform: translateX(100%);
	animation: _3CcWs 1.5s cubic-bezier(.2,.5,.4,.7) infinite;
	animation-delay: .1s
}

.he_lgkd {
	position: relative;
	width: 100%;
	overflow: hidden
}

.he_lgkd:after {
	position: absolute;
	top: 10px;
	bottom: 1px;
	right: 0;
	display: block;
	width: 100px;
	pointer-events: none;
	content: "";
	background: linear-gradient(90deg,hsla(0,0%,100%,0),#fff 95%,#fff)
}

.he_uiaj {
	height: calc(100% + 18px);
	box-sizing: initial;
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
	-webkit-overflow-scrolling: touch
}

.he_noxu {
	flex-shrink: 0
}

.he_qtqa {
	padding-right: 70px
}

.he_dokl {
	display: flex;
	align-items: center;
}

.he_dokl {
	margin-bottom: 0;
	margin-left: -24px
}

.he_dmzg.ghss {
	padding-right: 10px;
	padding-left: 15px;
}

.he_dkhay {
	height: 100%
}

.he_dkhay {
	padding-bottom: 0;
	padding-left: 25px;
	font-size: 14px;
}

.top-user-box-drop a.top-my-home {
    background-image: url(https://dl.zhutix.net/2021/01/06048.png);
}
.top-user-fbs, .top-user-fbs i {
   font-size: 13px;
   line-height: 22px;
   font-family: shuzi;
}
.top-user-fbs i {
    color: #d4830a;
}
.top-user-info-box-count b {
    width: 25%;
font-family: shuzi;
}
@media screen and (max-width:767px) {
	.he_dkhay {
		padding-bottom: 0;
		padding-left: 24px
	}
}

.he_dfah {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 14px;
	white-space: nowrap
}

.he_on {
	color: #111;
	pointer-events: none;
	box-shadow: inset 0 -2px #111
}

@media screen and (max-width:767px) {
	.he_dmzg {
		padding-left: 12px;
		padding-right: 12px
	}
}

.he_dmzg {
	padding-left: 20px;
	padding-right: 20px
}

.he_ekxq {
	height: 44px;
	display: flex;
}

.he_xfgh {
	position: relative
}

.he_xfgh .ebi {
	font-size: 12px;
	color: #9b9b9b;
}

.he_ghjd {
	position: absolute;
	top: -17px
}

.he_zujha {
	background-color: #d1d1d1;
	width: 1px;
	margin: 12px 5px 10px 0;
	flex-shrink: 0
}
/*.action .ehead  {
    position: fixed;
    width: 100%;
}*/
a#he_gdx {
	margin-top: 6px;
	margin-left: 5px;
	cursor: pointer;
}

.sub-menu {
    top: 20px;
	box-shadow: 0 2px 8px rgba(0,0,0,.15);
	transition: background .3s cubic-bezier(.645,.045,.355,1),padding .3s cubic-bezier(.645,.045,.355,1);
	width: 128px;
	border-radius: 6px;
}
.b2-menu-3 .sub-menu-0 li ul {
    min-width: 135px;
}
.has_children .sub-menu {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.b2-menu-3 .sub-menu-0 {
	padding: 8px 0;
}

.b2-menu-3 .sub-menu-0 a {
	padding: 7px 10px 7px 15px;
}

.sub-menu:before {
	content: " ";
	height: 0;
	width: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 8px;
	border-bottom-color: #fff;
	position: absolute;
	left: 20px;
	top: -14px;
}

#he_gdd {
	border-top: 1px solid #dee0e3;
}

#he_gdd .warr {
	padding: 20px 0;
}

#he_gdd .panduan, #he_gdd .panduan1 {
	margin-bottom: 15px;
	font-size: 16px;
}

#he_gdd .panduan a, #he_gdd .panduan1 a {
	margin-right: 15px;
}

#he_gdd .panduan a:before, #he_gdd .panduan1 a:before {
	content: '';
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 4px;
	margin-left: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	border-color: #D0D8D8;
	-webkit-transition: border-width .2s ease-in-out;
	transition: border-width .2s ease-in-out;
}

#he_gdd .panduan a:nth-child(1), #he_gdd .panduan1 a:nth-child(1) {
	color: #00bc12;
}

#he_gdd .panduan a:nth-child(2), #he_gdd .panduan1 a:nth-child(2) {
	color: #f47983;
}

#he_gdd .panduan a:nth-child(3), #he_gdd .panduan1 a:nth-child(3) {
	color: #44cef6;
}

#he_gdd .panduan a:nth-child(1):before, #he_gdd .panduan1 a:nth-child(1):before {
	border-color: #00bc12;
}

#he_gdd .panduan a:nth-child(2):before, #he_gdd .panduan1 a:nth-child(2):before {
	border-color: #f47983;
}

#he_gdd .panduan a:nth-child(3):before, #he_gdd .panduan1 a:nth-child(3):before {
	border-color: #44cef6;
}

#he_gdd .caidan {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -10px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#he_gdd .caidan a {
	margin: 5px 10px;
	padding: 5px 10px;
	border: 1px solid #dbdee0;
	border-radius: 6px;
	font-size: 14px;
	text-align: center;
	color: #737373;
}

#he_gdd .caidan a:hover {
	border: 1px solid #a9aaaa;
	color: #666;
}

#he_gdd .caidan a svg {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

#he_gdd h2 {
	display: block;
	font-size: 24px;
	margin: 0 0 5px 2px;
	color: #737373;
}
/*下拉*/
.top-menu-ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

svg.icon-win10 {
	margin: -2px 3px 0 0;
}

svg.icon-hot {
	margin: -3px 0 0 0;
	width: 29px;
	height: 27px;
	fill: #ff6000;
}

svg.icon-video {
	margin: -8px 0 0 -1px;
}

svg.icon-shui {
	margin: 1px 3px 2px 0;
	width: 14px;
	height: 14px;
}

.icon-top {
	width: 20px;
	height: 20px;
}

svg.icon-shu {
	margin: 0 3px 0 0;
}

svg.icon-quan {
	margin-bottom: -3px;
}

svg.icon-yuan {
	margin: -2px 4px 0 0;
}

.icon-h1 {
	fill: #676f7f
}

@media screen and (max-width:768px) {
	.he_soso, .he_xfgh {
		display: none;
	}
}

.plofs {
	margin-top: -6px;
}

@media screen and (min-width:768px) {
	.up .ehead {
		transform: translate(0,-53px);
	}

	.up .he_ekxq {
		height: 40px;
	}

	.up .pfla {
		margin-top: 10px;
	}

	.up .pfla.hsff {
		margin-top: 11px;
	}

	.up a#he_gdx {
		margin-top: 4px;
	}

	.up .he_dmzg.he_psdf {
		padding-top: 1px;
	}

	.up .plofs {
		margin-top: -2px;
	}

	.up .he_xfgh {
		display: none;
	}

	.up  svg.icon-quan {
		margin-bottom: -1px;
	}

	.he_soso {
		width: 1px;
		margin-left: 15px;
		position: relative;
		opacity: 0;
    transition: all .8s;
	}

	.up .he_soso {
		width: 220px;
		margin-right: 10px;
		opacity: 1;
    transition: all .8s;
	}

	.he_soso input[type="text"] {
		border-radius: 50px;
		margin-top: 10px;
		padding: 3px 2px 3px 30px;
		font-size: 12px;
		border: 1px solid #d3d3d3;
	}

	.he_soso input[type="text"]:hover {
		border: 1px solid #0dce9e;
	}

	.he_soso .text {
		position: absolute;
		left: 0;
		top: 8px;
		padding: 5px 8px;
		background: none;
	}
		.he_soso .text .b2-search-line {
		font-size: 12px;
	}
}

.hotli {
	background: linear-gradient(94deg,#0dce9e,#444444);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
}

.he_wmmau .zhi-kuai {
	font-size: 13px;
	margin-right: 4px;
}

.he_dmzg.he_psdf {
	padding-top: 6px;
}
/*下拉菜单1*/
ul.la-an {
	padding-left: 0;
}

.la-an>li {
	float: left;
}

.la-do {
	position: relative;
	top: 12px;
	list-style: none;
}

.la-do-content {
	padding: 0;
	position: absolute;
	right: -999px;
	width: 100px;
	border-radius: 6px;
	box-shadow: 0 4px 12px rgba(0,0,0,.08), 0 0 1px rgba(1,0,0,.1);
	overflow: hidden;
	z-index: 11;
}

.la-do-content li {
	width: 100px;
	height: 32px;
	text-align: left;
	line-height: 32px;
	font-size: 14px;
	color: black;
	background-color: #fff;
	padding-left: 10px;
}

.la-do-content li a {

}
.la-do-content li i {
    	font-size: 14px;
	margin-right: 5px;
}

.la-do-content li:hover {
	background-color: #0dce9e;
	color: #fff;
}

.la-do-content li:hover a {
	color: #fff;
}

.la-an .la-do:hover .la-do-content {
	left: 0;
}
/*首页*/
.post-item-1.potu ul.b2_gap > li {
	width: 20%;
}

.post-item-1.potu .post-info h2 {
	text-align: center;
}

.post-item-1.putu ul.b2_gap > li {
	width: 16.666%;
}

.post-item-1.putu .post-info h2 {
	text-align: center;
}

.home .post-module-thumb a.thumb-link {
	border-radius: 8px 8px 0 0;
}

.post-module-thumb i.b2-play1 {
	font-size: 55px;
}

.potu .item-in {
	margin: 0 !important;
	padding: 10px;
	transition: all .3s ease-out;
}

.pptu .item-in {
	overflow: unset;
}

.post-info {
	padding: 2px 5px;
}

.post-info span {

}

.post-info h2 {
	height: 20px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pptu .post-info h2 {
	text-align: center;
}

.list-footer {
	margin-top: 0;
	font-size: 14px;
	color: #999;
	padding-top: 13px;
	margin-bottom: 3px;
	border-top: 0 solid #fafafa;
}

.list-footer span i {
	font-size: 14px;
	margin-right: 5px;
}

.jckh {
	padding-bottom: 50px;
}

.shape {
	margin-top: 30px;
	background: url(https://dl.zhutix.net/2021/01/in_bg.png) no-repeat;
	background-size: 1920px 1249px;
	overflow: hidden;
	background-position: center 0;
	background-color: #f8f9fb;
}

.gjind {
	margin-top: 10px;
}

.nav-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 5px;
	padding-bottom: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding-top: 40px;
}

.nav-title {
	font-size: 28px;
	font-weight: 600;
	color: #606060;
	line-height: 40px;
}

.nav-title span {
	font-size: 14px;
	font-weight: 400;
	color: #999;
	line-height: 40px;
	margin-left: 15px;
}

.search-content {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: right;
}

.search-content .tag {
	display: inline-block;
	padding: 0 18px;
	height: 32px;
	line-height: 32px;
	border-radius: 16px;
	font-size: 14px;
	text-align: center;
	margin-right: 10px;
	cursor: pointer;
	background: #eaeaea;
	color: #666;
}

.search-content .selected {
	background: linear-gradient(135deg, #5ce8c5 0%, #0dce9e 100%);
	color: #fff;
}

.search-content .tag:hover {
	opacity: .7;
}

.h3cai {
	width: 4em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.h4cai {
	width: 5.8em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.ind_jc_tit .cai {
	width: 3.6em;
	height: 1.1em;
	fill: #747474;
}

.ind_jc_tit .cai-2 {
	width: 5.4em;
	height: 1.1em;
	fill: #747474;
}
/*首页·精选模块*/
    
.jing-left {
	width: 24.707%;
	max-width: 24.707%;
	padding: 10px;
}

.jingrig li .post-module-thumb {
	height: 200px;
}

.jingrig li:nth-child(1), .jingrig li:nth-child(2), .jingrig li:nth-child(5), .jingrig li:nth-child(6) {
	width: 32%;
}

.jingrig li:nth-child(3), .jingrig li:nth-child(4) {
	width: 36%;
}

.jxxia li {
	width: 20%;
}

.jx-post {
	opacity: 0;
	position: absolute;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 14px;
	padding-top: 48px;
	text-align: center;
	transition: all 0.3s ease-in-out;
	opacity: 0;
	color: #999;
	background: linear-gradient( to bottom,transparent, rgba(0, 0, 0, 0.6) 100% );
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
	padding: 12px 15px 0;
}

.jx-post span {
	color: #FFF;
	font-size: 15px;
	text-shadow: #666 1px 1px 3px;
	max-width: 280px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jingrig li:hover .jx-post, .jxxia li:hover .jx-post {
	opacity: 1;
}

/*栏目*/
.wer #post-list {
	margin-top: 15px;
}

.post-item-1 ul.b2_gap > li {
	width: 25%
}

.post-item-3 ul.b2_gap > li {
	width: 25%
}

.shud {
	position: absolute;
	border: 2px solid #FFFFFF;
	border-radius: 12px;
	top: 8px;
	left: 8px;
	z-index: 1;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0 8px;
}
/*.tag .item-post-style-12 .shud {
    top: 20px;
    left: 20px;
}*/
.shud.du {
	background-color: #ff8936;
	background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.shud.beta {
	font-family: shuzi;
	background-color: #4facfe;
	background-image: linear-gradient(-60deg, #4facfe 0%, #00f2fe 100%);
}

.shud.jian {
	background-color: #9447EB;
	background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}

.fengba {
	position: absolute;
	background-color: #ffffff;
	border-radius: 15px 0 0 15px;
	top: 13px;
	right: 0;
	z-index: 1;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
	padding: 2px 5px 2px 12px;
}
/*.tag .item-post-style-12 .fengba  {
    top: 18px;
    right: 10px;
}*/
.fl_hed {
	background-image: url(https://dl.zhutix.net/2020/11/header_bg.png), linear-gradient(270deg, rgb(237, 242, 247) 0%, rgb(247, 251, 255) 100%);
	background-size: 1920px, 100%;
	height: 246px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	margin-top: -33px;
}

.fl_hed .fl_kji {
	-webkit-box-align: center;
	align-items: center;
	margin: 0px auto;
	padding: 48px 0px 48px 10px;
}

.fl_hed .headerLeft {
	margin-top: -4px;
	min-width: 510px;
	float: left;
}

.fl_hed .searchContainer {
	max-width: 640px;
	margin-top: 18px;
}

.fl_hed .headerRight {
	flex: 1 1 0%;
	float: right;
}

.fl_hed .headerLeft .title {
	font-size: 40px;
	font-weight: 500;
	color: #565656;
}

.fl_ycf.fl_conn {
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.fl_ycf.fl_conn .carouselContent {
	width: 240px;
	height: 150px;
	position: relative;
	cursor: pointer;
	margin-right: 28px;
	overflow: hidden;
}

.fl_ycf.fl_conn .carouselContent:last-child {
	margin-right: 0;
}

.fl_ycf.fl_conn .carouselContent img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.fl_ycf.fl_conn .carouselContent img:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	transition: .25s;
	border-radius: 10px;
}

.lan-left {
	display: block;
	width: 300px;
	height: auto;
	position: static;
	min-width: 0;
	font-size: 13px;
	margin-right: 25px;
	min-height: 0;
	box-shadow: 8px 0 8px -8px rgba(0,0,0,.1);
	padding: 0 20px 0 0;
}

.shxua {
	border: 0;
	outline: 0;
	background-color: transparent;
	color: inherit;
	margin: 0;
	position: relative;
	cursor: pointer;
	width: 100%;
	color: #505050;
	padding: 10px 25px 0 0;
	height: 42px;
	border-bottom: 1px solid rgb(232, 232, 232);
}

.shaju {
	line-height: 30px;
	font-size: 16px;
}

.icon-ztzc {
	margin: 0 5px -4px;
	width: 9em;
	height: 1.1em;
}

.icon-xghj {
	margin: 0 5px -4px;
	width: 5.7em;
	height: 1.1em;
}

.lm-jcic {
	fill: #0dce9e;
	position: absolute;
	left: 20px;
	top: 18px;
	width: 36px;
	height: 36px;
}

.shaixuan_he {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid rgb(232, 232, 232);
	padding: 20px 0 0 10px;
	margin-bottom: 20px;
}

.lan-ji div {
	line-height: 24px;
	font-size: 14px;
}

.lan-ji div:nth-child(1) {
	margin-top: 10px;
}

.lan-ji div span:nth-child(2) {
	font-family: shuzi;
}

#filter-top ul li:last-child {
	border-bottom: 0px solid rgba(0,0,0,.07);
}

.mhdhs {
	margin-top: 15px!important;
}

.wxfd {
	margin: 20px 0;
	width: 100%;
}

.wxfd a {
	display: block;
	padding: 10px 10px 10px 75px;
	border-radius: 10px;
	background: #f5f5f5;
	position: relative;
}

.wxfd i {
	color: #0dce9e;
	position: absolute;
	left: 20px;
	top: 10px;
	font-size: 36px;
}

.wxfd h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
	overflow: hidden;
	line-height: 24px;
	height: 24px;
}

.wxfd h4 {
	font-size: 14px;
	color: #888;
	font-weight: normal;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}

.wxfd a:hover {
	background: #eafef9;
}

svg.yy-pxs {
	width: 4.2em;
	height: 1.4em;
}

svg.yy-tj {
	width: 3.4em;
	height: 1.2em;
}

svg.yy-xg {
	width: 6.4em;
	height: 1.2em;
}

.lan-ji {
	margin-bottom: 15px;
}

.cl-gzgzh {
	position: absolute;
	bottom: 0;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
}

.gzh-qrcode {
	width: 50px;
	height: 50px;
	margin-right: 12px;
}

.gzh-content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
}

.gzh-title {
	line-height: 24px;
	color: #666666;
	font-size: 16px;
	font-weight: 600;
}

.gzh-description {
	margin-top: 2px;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
}

.bainer {
	padding: 0 0 30px 0;
}

.banner-title {
	font-size: 30px;
	font-weight: 600;
	color: #1f2329;
	margin-bottom: 20px;
}

.home-banner .banner-desc {
	margin-top: 18px;
	font-size: 20px;
	color: #646a73;
	line-height: 32px;
}

.helm {
	background: linear-gradient(0deg,hsla(0,0%,95.7%,.92),hsla(0,0%,95.7%,.92)),url("data:image/svg+xml;charset=utf-8,%3Csvg width='480' height='480' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23A6A6A6' d='M69.2 63.2L0 69.3V25.8L18.5 0h46.7l4 63.2z'/%3E%3Cpath fill='%23ADADAD' d='M165.8 20.6l30 110.6L275.2 7.9 165.8 20.6z'/%3E%3Cpath fill='%23A6A6A6' d='M480 25.8v44.8l-32.2 2.6L480 25.8zm0 112.6v17l-88.2-40.2 56-42 32.2 65.2z'/%3E%3Cpath fill='%23ADADAD' d='M405.2 211.2l10.6 108.7-79.3 10 68.7-118.7zM480 169v18.9l-64.2 132 17.4-118.7L480 169zm0 151.5v46.8l-64.2-47.4 64.2.6zm-186.2 37.4l62.7 64.7-74 6.6 11.3-71.3zm-174-101.3l100.7 90 73.3 11.3-174-101.3zm-50.6 67.3l17.3-59.3 29.3 126-46.6-66.7zm0 0l-4 94L0 367.3v-46.8l69.2 3.4zm114.6 143.3L65.2 417.9l50.6-27.3 68 76.6zM65.2 417.9V480H18.5l46.7-62.1z'/%3E%3Cpath fill='%23A6A6A6' d='M12.5 159.9L0 155.4v-17l12.5 21.5z'/%3E%3Cpath fill='%23ADADAD' d='M12.5 159.9L0 187.9V169l12.5-9.1z'/%3E%3Cpath fill='%23A6A6A6' d='M308.5 164.6l28 165.3-68.7-126 40.7-39.3zm96.7 46.6l28-10-17.4 118.7-10.6-108.7zM220.5 346.6l62 82.6 11.3-71.3-73.3-11.3z'/%3E%3Cpath fill='%23A6A6A6' d='M282.5 429.2l-6.3 50.8h-74.9l81.2-50.8zM69.2 323.9l46.6 66.7-50.6 27.3 4-94zm-56.7-164l56.7 164-4-79.3-52.7-84.7zM276.2 0l-1 7.9-109.4 12.7L201.3 0h74.9z'/%3E%3Cpath fill='%23A6A6A6' d='M86.5 264.6l33.3-8-4 134-29.3-126z'/%3E%3Cpath fill='%23B8BEBE' d='M293.8 357.9l122-38-59.3 102.7-62.7-64.7z'/%3E%3Cpath fill='%23F4F4F4' d='M441.8 429.2l-85.3-6.6 59.3-102.7 26 109.3z'/%3E%3Cpath fill='%23DCDCE2' d='M480 367.3v58.2l-38.2 3.7-26-109.3 64.2 47.4z'/%3E%3Cpath fill='%23BEC3C3' d='M480 425.5V480h-53.3l15.1-50.8 38.2-3.7z'/%3E%3Cpath fill='%23DCDCE2' d='M441.8 429.2L426.7 480h-57.5l-12.7-57.4 85.3 6.6z'/%3E%3Cpath fill='%23BEC3C3' d='M369.2 480h-84.1l71.4-57.4 12.7 57.4z'/%3E%3Cpath fill='%23F4F4F4' d='M356.5 422.6L285.1 480h-8.9l6.3-50.8 74-6.6zm-74 6.6L201.3 480h-35.9l18.4-12.8 98.7-38z'/%3E%3Cpath fill='%23B8BEBE' d='M115.8 390.6l68 76.6 98.7-38-116.7-63.3-50 24.7z'/%3E%3Cpath fill='%23F4F4F4' d='M119.8 256.6l-4 134 50-24.7-46-109.3z'/%3E%3Cpath fill='%23CFCFCF' d='M220.5 346.6l62 82.6-116.7-63.3-46-109.3 100.7 90z'/%3E%3Cpath fill='%23B8BEBE' d='M183.8 467.2L165.4 480H89l-23.8-62.1 118.6 49.3z'/%3E%3Cpath fill='%23BEC3C3' d='M89 480H65.2v-62.1L89 480z'/%3E%3Cpath fill='%23DCDCE2' d='M65.2 417.9L0 425.5v-58.2l65.2 50.6z'/%3E%3Cpath fill='%23CFCFCF' d='M65.2 417.9L18.5 480H9.4l55.8-62.1z'/%3E%3Cpath fill='%23B8BEBE' d='M65.2 417.9L9.4 480H0v-54.5l65.2-7.6z'/%3E%3Cpath fill='%23F4F4F4' d='M65.2 244.6l54.6 12-33.3 8-17.3 59.3-4-79.3z'/%3E%3Cpath fill='%23CFCFCF' d='M12.5 159.9L0 169v-13.6l12.5 4.5z'/%3E%3Cpath fill='%23F4F4F4' d='M69.2 323.9L0 320.5V187.9l12.5-28 56.7 164zm267.3 6l-42.7 28 122-38-79.3 10zm143.5-142v132.6l-64.2-.6 64.2-132zm-171.5-23.3l124.7 36.6-28 10-68.7 118.7-28-165.3z'/%3E%3Cpath fill='%23BEC3C3' d='M119.8 256.6l216.7 73.3-42.7 28-174-101.3z'/%3E%3Cpath fill='%23B8BEBE' d='M267.8 203.9l68.7 126-216.7-73.3 148-52.7zm-255.3-44l107.3 96.7-54.6-12-52.7-84.7z'/%3E%3Cpath fill='%23CFCFCF' d='M195.8 131.2l-76 125.4-107.3-96.7 183.3-28.7z'/%3E%3Cpath fill='%23BEC3C3' d='M69.2 63.2l-56.7 96.7 183.3-28.7-126.6-68z'/%3E%3Cpath fill='%23DCDCE2' d='M69.2 63.2l-56.7 96.7L0 138.4V69.3l69.2-6.1z'/%3E%3Cpath fill='%23BEC3C3' d='M103.2 32.6l-34 30.6-4-63.2H89l14.2 32.6z'/%3E%3Cpath fill='%23DCDCE2' d='M165.8 20.6l30 110.6-126.6-68 34-30.6 62.6-12z'/%3E%3Cpath fill='%23F4F4F4' d='M119.8 256.6l76-125.4 112.7 33.4-40.7 39.3-148 52.7z'/%3E%3Cpath fill='%23DCDCE2' d='M391.8 115.2l41.4 86-124.7-36.6 83.3-49.4zM275.2 7.9l33.3 156.7-112.7-33.4L275.2 7.9z'/%3E%3Cpath fill='%23B8BEBE' d='M391.8 115.2l-83.3 49.4L275.2 7.9l9.9-7.9h84.1l22.6 115.2z'/%3E%3Cpath fill='%23CFCFCF' d='M480 9.9v15.9l-32.2 47.4-56 42L480 9.9z'/%3E%3Cpath fill='%23B8BEBE' d='M480 0v9.9l-88.2 105.3L426.7 0H480z'/%3E%3Cpath fill='%23DCDCE2' d='M426.7 0l-34.9 115.2L369.2 0h57.5z'/%3E%3Cpath fill='%23F4F4F4' d='M285.1 0l-9.9 7.9 1-7.9h8.9zm-83.8 0l-35.5 20.6-62.6 12L165.4 0h35.9z'/%3E%3Cpath fill='%23CFCFCF' d='M18.5 0L0 25.8V9.9L9.4 0h9.1z'/%3E%3Cpath fill='%23B8BEBE' d='M165.4 0l-62.2 32.6L89 0h76.4zM9.4 0L0 9.9V0h9.4z'/%3E%3Cpath fill='%23DCDCE2' d='M480 69.3v69.1l-32.2-65.2 32.2-3.9z'/%3E%3Cpath fill='%23CFCFCF' d='M480 155.4V169l-46.8 32.2-41.4-86 88.2 40.2z'/%3E%3C/svg%3E");
	height: 150px;
	margin-top: -35px;
	margin-bottom: 20px;
}

.helm.tagj {
	height: 115px;
}

.helm .wbrr {
	padding-top: 40px;
}

.helm .wbrr .title {
	font-size: 30px;
	color: #585858;
}

.helm .wbrr .desc {
	margin-top: 10px;
	font-size: 15px;
	color: #666;
	display: block;
}

.post-module-thumb .choiceness-liContent {
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}

.post-module-thumb .imglist-char {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	letter-spacing: 1.14px;
	background: rgba(0,0,0,.3);
	height: 66px;
	padding: 36px 10px 0 15px;
	text-align: left;
	box-sizing: border-box;
	background: url(https://dl.zhutix.net/2020/12/title-bg.png) repeat 0 0;
	font-size: 14px;
	color: #FFF;
	transition: height .2s,background .2s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post-module-thumb:hover .imglist-char {
	width: 100%;
	height: 100%;
	padding: 0;
	background-position: 0 -70px;
	text-indent: -999px;
}

.post-module-thumb .imglist-charblock {
	position: absolute;
	bottom: -100px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	opacity: 0;
	visibility: hidden;
}

.post-module-thumb:hover .imglist-charblock {
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	font-size: 24px;
	width: 78%;
	height: 100px;
	padding-top: 5px;
	box-sizing: border-box;
	border: 1px solid #fff;
	text-align: center;
	opacity: 1;
	visibility: visible;
	border-radius: 8px;
	z-index: 5;
}

.post-module-thumb .imglist-charblock div {
	max-width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.post-module-thumb:hover .imglist-charblock div {
	height: 42px;
	line-height: 42px;
	width: 90%;
	margin: 0 auto;
}

.post-module-thumb .imglist-charblock p {
	display: inline-block;
	max-width: 300px;
	padding-top: 11px;
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
	opacity: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	color: #fff;
}

.post-module-thumb:hover .imglist-charblock p {
	opacity: 1;
	visibility: visible;
	margin-top: 6px;
}

.post-module-thumb:hover .imglist-charblock p svg {
	fill: #fff;
	margin: 0 0 -2px 10px;
}

.post-module-thumb:hover .choiceness-sign {
	display: none;
}

.post-module-thumb .imglist-charblock p:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 117px;
	height: 0;
	border-top: 1px solid rgba(255,255,255,.5);
	border-top: 1px solid rgba(255,255,255)\9;
}

.post-module-thumb .imglist-charblock p .xxwa {
	margin: 0 1px 0 -10px;
}

.post-module-thumb .imglist-charblock p .xxwa i {
	font-size: 13px;
	margin: 0 5px 0 10px;
}

.post-module-thumb img {
	width: 100%;
	height: 100%;
}

.post-module-thumb .choiceness-sign {
	position: absolute;
	bottom: 12px;
	right: -15px;
	width: 58px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #FFFFFF;
}

.post-module-thumb .choiceness-sign .iconfont {
	font-size: 14px;
	margin: 0 1.4px 0 3.5px;
}
/*动态壁纸*/
.comp-detail-main {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 410px;
	background-color: #fff;
	color: #333;
}

.dtbzleft {
	width: 730px;
	height: 100%;
	margin-right: 38px;
	box-sizing: border-box;
}

.left-video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 10px;
	overflow: hidden;
	background-color: #f6f7fa;
}

.dtbzright {
	flex: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.dtbzright .title-box-title {
	flex: 1;
	text-align: left;
	line-height: 28px;
	font-size: 20px;
	color: #333;
	font-weight: 700;
}

.post-style-4 .agent--contact {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eff0f4;
}

.post-style-4 .agent--contact ul li {
	line-height: 20px;
	padding: 5px 0;
	list-style: none;
	display: flex;
	align-items: center;
	color: #8c8c8c;
	font-size: 15px;
}

.post-style-4 .agent--contact ul li span:first-child {
	width: 80px;
}

.post-style-4 .use_inf {
	display: flex;
	margin: 10px 0;
}

.post-style-4 .avatar-parent img {
	width: 26px;
	height: 26px;
	border: 1px solid #eff0f4;
	border-radius: 50%;
}

.post-style-4 .use_inf .post-user-name {
	margin-left: 10px;
	line-height: 26px;
}

.post-style-4 .aipidf {
	display: flex;
	margin-top: 12px;
	line-height: 22px;
}

.post-style-4 #post-meta {
	margin-left: 15px;
}

.post-style-4 #post-meta a {
	font-size: 14px;
	margin-right: 10px;
	line-height: 24px;
}

.post-style-4 .content-footer {
	display: flex;
}

.post-style-4 .yja, .post-style-4 .yjb {
	margin: 0 10px;
	display: inline-block;
	font-size: 14px;
	cursor: pointer;
}

.post-style-4 .yja {
	margin-left: 3px;
}

.post-style-4 .yja svg, .post-style-4 .yjb svg {
	width: 22px;
	height: 22px;
	fill: #515151;
	margin: 0 5px -5px 0;
}

.post-style-4 .spts {
	font-size: 14px;
	line-height: 30px;
}

.post-style-4 .right-bottom {
	display: flex;
}

.post-style-4 .btn-use_txt {
	font-size: 20px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #ff7c00;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 4px rgba( 3,27,78, .05 );
	margin-right: 20px;
}

.post-style-4 .btn-use_gs {
	font-size: 20px;
	width: 100px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background: #0dce9e;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	border-radius: 10px;
	display: inline-block;
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 4px rgba( 3,27,78, .05 );
}

.post-style-4 .wni-zx {
	margin: 50px -5px;
	display: block;
}

.caixh {
	width: 14rem;
	height: 2rem;
	margin: 1px 0 1px 5px;
}
/*软件栏目*/
.app-card {
	display: block;
	cursor: pointer;
	margin: 0 10px 20px 10px;
	background: #fff;
	border: 1px solid #dee0e3;
	border-radius: 6px;
	overflow: hidden;
}

.app-card:hover, .gjysl:hover {
	box-shadow: 0 5px 10px rgba(31,35,41,.15);
}

.app-card .ic-top {
	position: relative;
	margin: 12px 16px 0;
	height: 54px;
}

.app-card .ic-top .icon {
	position: absolute;
	left: 0;
	top: 0;
	height: 54px;
	width: 54px;
	border-radius: 6px;
	background-color: #f5f5f5;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.app-card .ic-top .icon:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 6px;
}

.app-card .ic-top .name-content {
	margin-left: 66px;
	position: relative;
	line-height: 24px;
	color: #1f2329;
	height: 48px;
}

.app-card .ic-top .name, .app-card .ic-top .test {
	font-size: 16px;
	font-weight: 600;
	color: #606060;
	padding-right: 7px;
	display: block;
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.app-card .body-content {
	position: relative;
	margin-left: 16px;
	margin-right: 16px;
}

.app-card .ic-desc {
	position: relative;
	margin-top: 10px;
	height: 36px;
	color: #646a73;
	font-size: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.ellipsis-two-line {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.app-card .desc {
	display: inline-block;
	position: relative;
	max-width: 100%;
}

.app-card .bottom {
	margin-top: 10px;
	margin-bottom: 10px;
	height: 24px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.app-card .bottom .get-app {
	position: relative;
	display: inline-block;
	height: 24px;
	min-width: 60px;
	padding: 0 12px;
	font-size: 14px;
	color: #0dce9e;
	line-height: 22px;
	text-align: center;
	border: 1px solid #0dce9e;
	border-radius: 12px;
	float: right;
}

.app-card .bottom .get-app:hover {
	color: #00b0f0;
	border: 1px solid #00b0f0;
}

.app-card .ic-top .tag {
	display: inline-block;
	position: relative;
	font-size: 12px;
	vertical-align: text-bottom;
	color: #00b0f0;
	background: rgba(0, 176, 240, 0.14);
	border-radius: 2px;
	padding: 0 6px;
	text-align: center;
	font-weight: 500;
	line-height: 18px;
}

.app-sjk {
	font-size: 13px;
	color: #757575;
	margin-left: -10px;
}

svg.xi-ico {
	width: 14px;
	height: 14px;
	fill: #757575;
	margin: 0 5px -2px 10px;
}

.tagh svg {
	fill: #fff!important;
	margin: 0 5px -2px 10px!important;
}
/*栏目翻页*/
@media screen and (min-width:1000px) {
	.archive .ajax-pager .button {
		margin-right: 20px;
		padding: 7px 14px;
		font-size: 15px;
	}
}
/*翻页*/
.pagination {
	display: block;
	margin: 30px 0;
}

.pagination li {
	display: inline-block;
}

.pagination li a, .pagination li span {
	color: #0dce9e;
	min-width: 40px;
	text-align: center;
	margin-right: 16px;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: 700;
	padding: 7px 15px;
	font-size: 16px;
	background: #f4f5f6;
	-ms-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.pagination .active span {
	color: #fff;
	min-width: 40px;
	text-align: center;
	margin-right: 16px;
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: 700;
	padding: 7px 15px;
	font-size: 16px;
	background: #0dce9e;
	-ms-transition: background-color 0.4s;
	-moz-transition: background-color 0.4s;
	-webkit-transition: background-color 0.4s;
	transition: background-color 0.4s;
}

.pagination li a:hover, .pagination li span:hover {
	color: #fff;
	background: #0dce9e;
}

.site-content {
	padding-top: 120px;
}

/*教程·栏目*/

.post-style-3 .site-content {
	padding-top: 0;
	padding-bottom: 0;
}

.post-style-3 .footer {
	position: relative;
}

.post-style-3 .jcwz {
	margin: 32px auto 0;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.post-style-3 .jcwz::before {
	content: '';
	position: fixed;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #f5f7fa;
	z-index: 0;
}

.post-style-3 .jc-left {
	position: relative;
	padding: 80px 5px;
	width: 240px;
	min-width: 240px;
	box-sizing: border-box;
	overflow: hidden;
	top: 0;
}

.post-style-3 .cl-gzgzh {
	bottom: 30px;
	background-color: #f5f7fa;
}

.post-style-3 .jczw {
	background-color: #fff;
	box-sizing: border-box;
	padding: 90px 25px;
}
@media screen and (min-width: 900px) {
.postid-7429.post-style-3 .jczw {
	padding: 90px 35px;
}
}

.post-style-3 .jczw h3.shu {
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 12px;
}

.post-style-3 #post-meta {
	margin-bottom: 30px;
}

.post-style-3 #post-meta span {
	font-size: 14px;
	margin-right: 12px;
}

.post-style-3 #post-meta span span {
	margin-right: 0;
}

.post-style-3 .jc-right {
	position: relative;
	padding: 100px 0;
	width: 200px;
	min-width: 200px;
	box-sizing: border-box;
	overflow: hidden;
	top: 0;
}

.post-style-3 .lwptoc_items-visible {
	border-left: 2px solid #e6e6e6;
	padding-left: 12px;
	margin-left: 3px;
}

.post-style-3 .jc-right ul li {
    font-size: 14px;
}

.icon-zsdsl {
	width: 7em;
	height: 2em;
	margin: 0 0 5px -2px;
}

.wzbq {
	float: right;
	margin-right: -10px!important;
}

.post-style-3 .course-nei {
	float: right;
	width: 23%;
}

.post-style-3 .enzz {
	float: left;
	width: 77%;
	padding-right: 20px;
}

.post-style-3 .dao {
	padding: 7px;
}

.post-style-3 .dao .lwptoc {
	padding: 0 15px 15px 15px;
}

.ping {
	margin-top: 20px;
}
/*教程栏目*/
.search-box {
	margin-bottom: 15px;
	height: 347px;
	margin-top: -35px;
	background-color: #FAFAFC;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
}

.header-icon img {
	position: absolute;
	width: 191px;
}

.header-icon img.icon1 {
	top: 0px;
	left: 69px;
	transform: rotate(180deg);
}

.header-icon img.icon2 {
	bottom: 0px;
	right: 69px;
}

.search-box .header-title {
	font-size: 50px;
	font-weight: 500;
	margin-bottom: 32px;
	color: #666666;
}

.search-box .header-title .cai {
	width: 10em;
	height: 1.1em;
}

.search-box .search .search-match {
	height: 56px;
	width: 690px;
	background: #FFFFFF;
	border: 1px solid #E8E8E8;
	border-radius: 28px;
	font-size: 18px;
	padding: 0 32px;
	position: relative;
}

.search-box .search label[for=top-search] {
	height: 100%;
}

.search-box .search input[type=search] {
	color: #1F292E;
	background: #fff;
	width: 100%;
	height: 100%;
	border: none;
	font-size: 18px;
	outline: none;
	padding: 0 1em 0 0.5em;
}

.search-box .search .match-list {
	position: absolute;
	left: 0;
	top: 63px;
	display: none;
	padding: 6px 0;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e2eaec;
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	width: 100%;
	z-index: 999;
}

.search-box .search button[type=submit] {
	position: absolute;
	border: none;
	padding: 0;
	margin: 0;
	width: 18px;
	height: 18px;
	top: 50%;
	right: 28px;
	transform: translateY(-50%);
	background: none;
}

.search-box .search button[type=submit] .svg-icon {
	fill: #415058;
}

.jccd h2 {
	font-size: 32px;
	color: #4e4e4e;
	margin-bottom: 35px;
	line-height: 45px;
}

.list-item-default {
	margin-bottom: 15px;
	padding: 10px 10px 10px 0;
	background: #fff;
	transition: all .2s;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	display: flex;
}

.list-item-default:first-child {
	margin-top: 15px;
}

.list-item-default .item-thumb {
	width: 260px;
	margin: 0 30px 0 0;
}

.list-item-default .item-thumb a {
	border-radius: 6px;
}

.list-item-default .item-thumb .thumb {
	padding-top: 56.25%;
	border-radius: 6px;
	background-position: left;
	display: block;
	width: 100%;
	height: 0;
	background-size: cover;
	background-color: transparent;
	position: relative;
	overflow: hidden;
}

.list-item-default .item-content {
	flex-grow: 1;
	text-align: left;
}

.list-item-default .a_block {
	display: block;
}

.list-item-default .title {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 10px;
	max-width: 540px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.list-item-default p {
	font-size: 14px;
	color: #888;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 7px;
	max-width: 650px;
}

.list-item-default:hover .item-thumb {
	opacity: .7;
}

.list-item-default:hover p {
	color: #555555;
}

.list-item-default h4 {
	font-size: 14px;
	font-weight: normal;
	color: #a7a7a7;
	line-height: 20px;
	height: 20px;
	max-width: 540px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.jcsj.app-sjk {
	font-size: 14px;
}

.jctag {
	margin-left: 6px;
}

.jctag span {
	color: #757575;
	margin: 0 5px 0 7px;
}

.jctag span a {
	margin-left: 2px;
}

.jccd .items ul {
	display: flex;
	justify-content: space-between;
}

.jccd .items .item {
	flex-grow: 1;
	font-size: 18px;
}

.jccd .items .item a {
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 5px solid transparent;
	color: #555;
}

.jccd .items .item a:hover {
	color: #0dce9e;
}

.jccd .items .item a:hover svg {
	fill: #0dce9e;
}

.jccd .items .item a.current {
	color: #0dce9e;
	border-bottom-color: #0dce9e;
}

.jccd .items .item a.current svg {
	fill: #0dce9e;
}

.jccd .jc-ico0 {
	flex-grow: 1;
	width: 27px;
	height: 27px;
	margin: 0 0 -3px 0;
	fill: #4e4e4e;
}

.jccd .jc-ico45 {
	flex-grow: 1;
	width: 46px;
	height: 25px;
	margin: 0 0 -7px 0;
	fill: #4e4e4e;
}

.jccd .items .item a .jc-ico1 {
	flex-grow: 1;
	width: 20px;
	height: 18px;
	margin: 0 0 -3px 0;
	fill: #666666;
}

.jccd .items .item a .jc-ico2 {
	flex-grow: 1;
	width: 20px;
	height: 18px;
	margin: 0 0 -2px 0;
	fill: #666666;
}

.jccd .items .item a .jc-ico3 {
	flex-grow: 1;
	width: 28px;
	height: 16px;
	margin: 0 -5px -4px 0;
	fill: #666666;
}

.jc-sz {
	padding-left: 50px;
}

.jc-zd {
	position: absolute;
	border-radius: 6px;
	top: 5px;
	left: 0;
	z-index: 1;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0 8px;
	background-color: #FF7700;
}

.kl-right {
	width: 300px;
	min-width: 300px;
	padding-left: 20px;
	padding-top: 25px;
}

.klrnei {
	width: 280px;
	max-width: 280px;
}

.wechatma-con {
	width: 280px;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 15px;
	border: 1px solid #ececec;
}

.wechatma-con .ma-con {
	display: flex;
	justify-content: space-between;
	padding-bottom: 15.5px;
	border-bottom: 1px solid rgba(28,31,33,.06);
}

.wechatma-con .ma-con .ma {
	width: 90px;
	height: 90px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(https://dl.zhutix.net/2021/01/1930f61fbf0f35_1_post.jpg);
}

.wechatma-con .ma-con .desc {
	width: 143px;
}

.wechatma-con .ma-con .desc .title {
	font-size: 16px;
	color: #07111b;
	line-height: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	margin-left: 2px;
}

.wechatma-con .ma-con .desc .item-con {
	display: flex;
	flex-wrap: wrap;
}

.wechatma-con .ma-con .desc .item-con .item {
	width: 64px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #f6f6f6;
	border-radius: 4px;
	font-size: 12px;
	color: #545c63;
	margin-right: 12px;
	margin-bottom: 11px;
}

.wechatma-con .ma-con .desc .item-con .item:nth-child(2n) {
	margin-right: 0;
}

.wechatma-con .ma-con .desc .item-con .item:nth-child(3), .wechatma-con .ma-con .desc .item-con .item:nth-child(4) {
	margin-bottom: 0;
}

.wechatma-con .text-con {
	padding-top: 7.5px;
	font-size: 14px;
	color: #545c63;
	line-height: 23px;
}



 /*财富 */
 .widget-area {
    width: 300px;
    min-width: 300px;
    padding-left: 16px;
    max-width: 100%;
    flex: 1;
}
.widget ul li {
    font-size: 14px;
    padding: 0 16px 16px 5px;
}
.custom-page-widget ul li p {
    font-size: 14px;
}
.custom-page-widget ul li p b {
    font-size: 16px;
}
.widget-area {
	padding-top: 0;
}

.gold__user {
	position: relative;
	margin-bottom: 1rem;
	height: 20rem;
}

.bg-feng1 {
	background: #2af598;
	background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}

.gold__user-aside {
	position: absolute;
	top: 1rem;
	width: 100%;
	padding: 0 1rem;
    /* color: #fff; */
}

.gold__user-bg {
	position: absolute;
	bottom: 0;
	height: 35%;
	width: 100%;
	background: url(https://dl.zhutix.net/2019/08/bowen.png) no-repeat top;
	background-size: 100%;
}

.gold__user-aside {
	position: absolute;
	top: 1rem;
	width: 100%;
	padding: 0 1rem;
    /* color: #fff; */
}

.gold__user-level-wrap {
	margin-top: 4px;
	float: left;
	color: #fff;
}

.gold__user-icon {
	float: right;
	padding: 10px 12px 3px 30px;
	cursor: pointer;
	border-radius: 50px 0 0 50px;
	color: #73c5fe;
	background-color: #ffffff;
}

.gold__user-icon i {
	font-size: 1.5rem;
	color: #77cdfe;
}

.gold__user-main {
	position: absolute;
	margin-top: 150px;
	width: 100%;
	color: #fff;
	transform: translateY(-50%);
	text-align: center;
	z-index: 6;
}

.gold__user-main-title {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.gold__user-main-credit {
	font-size: 4rem;
	font-family: shuzi;
	height: 100px;
}

.gold-less button {
	display: inline-block;
	padding: 12px 20px;
	line-height: 1;
	font-size: 17px;
	color: #fff;
	font-weight: 400;
	background: #ff9a44;
	background-image: linear-gradient(-20deg, #fc6076 0%, #ff9a44 100%);
	border-radius: 20px;
	position: relative;
	cursor: pointer;
	border: 0;
	height: auto;
	margin-top: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

/** 模块 **/
.item-in {
	margin: 10px;
}

.post-list-meta {
	font-size: 14px;
}

.post-list-meta i {
	font-size: 14px;
}

.post-list-meta-box i {
	margin-right: 4px;
}

.post-thumb {
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.zta {
	text-align: center;
}

.post-module-thumb:hover .post-thumb {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.grid_author_bggo {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	z-index: 2;
}

.grid_author_avt {
	position: relative;
	z-index: 2;
	display: block;
	width: 100px;
	height: 32px;
	margin-top: -23px;
	margin-left: -12px;
	transform: translateZ(0);
}

.grid_author_avt:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
	background-size: 100px 30px;
	background-image: url(https://dl.zhutix.net/2020/08/avtt.svg);
	top: -3px;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
}

.grid_author_avt img {
	border-radius: 50%;
}

#post-list {
	margin-right: -10px;
	margin-left: -10px;
}

.icol {
	margin-left: -12px;
}

.icol b {
	font-weight: 400;
	color: #999999;
}

.icol b:before {
	content: '';
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 3px;
	margin-left: 12px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	border-color: #D0D8D8;
	-webkit-transition: border-width .2s ease-in-out;
	transition: border-width .2s ease-in-out;
}

.icol .ipp:before {
	border-color: #44cef6;
}

.icol .qtt:before {
	border-color: #f47983;
}

.icol .icc:before {
	border-color: #16a951;
}

.icol .pnn:before {
	border-color: #d9b611;
}

.icol .inn:before {
	border-color: #b0a4e3;
}
/*滚动*/
.action.up .inner-wrapper-sticky {
	top: 50px!important;
	transition: all 0.5s ease-out;
}

.action .inner-wrapper-sticky {
	top: 100px!important;
	transition: all 0.5s ease-out;
}
/*小黑屋*/

.dark-room-header img, .dark-room-header::after {
	border-radius: 8px 8px 0 0;
}
.dark-room-bar, .dark-user, .dark-why p, .dark-user-desc {
    font-size: 14px;
}

/*文章总*/
.entry-content a {
    color: #0dce9e;
}
.entry-content a:hover {
    text-decoration: underline;
}
.page .entry-content > p {
    text-indent: 1cm;
}
.jcff {
    font-weight: 700;
      margin-bottom: 5px !important;
}
.prettyprint.linenums {
        border-radius: 5px;
        font-family: shuzi, "PingFang SC","微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;
}
.insert-post-bg {
    opacity: .3;
}
.announcement-date {
    font-size: 14px;
}
.announcement-date .sai {
    font-size: 14px;
    margin-right: 5px;
}
.insert-post {
	width: 450px;
	padding: 5px;
}

.insert-post-desc {
	font-size: 13px;
}

.insert-post-thumb {
	width: 60px;
	height: 60px;
}

.insert-post h2, .file-down h2 {
	font-size: 16px;
	margin-bottom: 0;
}

.insert-post-meta .avatar {
	width: 13px;
	height: 13px;
}
.insert-post-meta {
    padding-right: 5px;
}
.insert-post-meta .b2font {
    font-size: 12px;
    margin-right: 3px;
}
.pager-center {
       border-radius: 6px;
}
.ajax-pager .button {
    font-weight: 400;
    font-size: 13px;
    font-family: shuzi;
}
.pager-center {
    border: 1px solid #e7e7e7;
}
a.sdm_download, a.sdm_fancy2_download_dl_link, .lianai {
	margin: 0 10px 10px 0;
}

a.sdm_download, a.sdm_fancy2_download_dl_link, .lianai a {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding: 0 25px;
	color: #fff;
	background: #0dce9e;
	text-align: center;
	width: auto;
	overflow: hidden;
	cursor: pointer;
	border-radius: 100px;
	display: inline-block;
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 4px rgba( 3,27,78, .05 );
	background: linear-gradient(135deg, #5ce8c5 0%, #0dce9e 100%);
}

a.sdm_download:hover, a.sdm_fancy2_download_dl_link:hover, .lianai a:hover {
	opacity: .7;
	text-decoration: blink;
}
.lianai a span {
    font-size: 12px;
    font-family: shuzi;
    padding: 0 8px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    margin-left: 10px;
}
.sdm_download .lodd {
	height: 24px;
	margin: 0 3px 7px -7px;
	display: none;
}

.sdm_download:focus .lodd {
	display: inline;
}

.xiaa-buttons a {
	color: #3eb2ee;
	margin-right: 10px;
}

.xiaa-buttons a:hover {
	color: #0dce9e;
}

.xial-container3 .yuan {
	display: block;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

.xiaa-buttons span {
	font-family: shuzi;
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 2.6;
	border-bottom: 1px solid rgb(152, 149, 149);
}

.icon-xza {
	width: 15px;
	height: 15px;
	fill: #FFFFFF;
	margin: 0px 4px -2px;
}

.ifplayer {
	margin: 0 auto;
	display: block;
	text-align: center;
}

.ifplayer iframe {
	width: 600px;
	height: 338px;
	display: block;
	margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 10px;
}

.ifplayer span {
	text-align: center;
	color: #cccccc;
}

@media screen and (max-width: 1200px) {
	.ifplayer iframe {
		width: 100%;
		height: 400px;
	}
}

@media screen and (max-width: 768px) {
	.ifplayer iframe {
		width: 100%;
		height: 250px;
	}
}
.entry-content .insert-post a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.entry-content video {
	height: 338px;
	width: 600px;
	margin: 0 auto;
	clear: both;
	display: block;
	margin-bottom: 20px;
	border-radius: 10px;
}
/*弹框样式3*/
.xial3 {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s 0.3s;
	z-index: 9999;
}

.xial3.is-visible3 {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0s;
	transition: opacity 0.3s 0s, visibility 0s 0s;
}

.xial-container3 {
	padding: 25px;
	position: relative;
	width: 400px;
	margin: 250px auto;
	height: 250px;
	background: rgba(255, 255, 255, .8);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-radius: 6px;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.xial-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	width: auto;
	height: 1.25rem;
	display: block;
	font-size: 14px;
}

.is-visible3 .xial-container3 {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}   
/*文章1*/

.wen-share {
	width: 68px;
	max-width: 68px;
	font-size: 12px;
	color: #9199a1;
	line-height: 18px;
	text-align: center;
	margin-top: 120px;
}

.sma-share {
	width: 30px;
	max-width: 30px;
}

.wen-share div {
	margin-bottom: 15px;
	cursor: pointer;
}

.wen-share svg {
	width: 24px;
	height: 24px;
	font-size: 24px;
	fill: #b2b8bd;
	line-height: 24px;
}

.wen-share .sinico {
	width: 20px;
	height: 20px;
	display: block;
	margin: 0 auto;
}

.content-footer-zan-cai .caizan {
	fill: #fa0;
}

.content-footer-zan-cai .caizan1 {
	fill: #0dce9e;
}
.content-footer-zan-cai .picked {
	color: ·#fff;
}
.wentu {
	background-color: #fafafa;
	border-radius: 6px 6px 0 0;
	padding: 25px 25px 15px 25px;
	border-bottom: solid 1px #f2f2f2;
	position: relative;
}

.contit {
	font-size: 28px;
	margin-bottom: 20px;
}

.felei a {
	margin-left: 10px;
}

.felei a:before {
	content: '';
	position: relative;
	top: 1px;
	display: inline-block;
	margin-right: 4px;
	margin-left: 8px;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	border-width: 3px;
	border-style: solid;
	border-color: #D0D8D8;
	-webkit-transition: border-width .2s ease-in-out;
	transition: border-width .2s ease-in-out;
}

.felei span:nth-child(1) a:before {
	border-color: #f47983;
}

.felei span:nth-child(2) a:before {
	border-color: #00bc12;
}

.felei span:nth-child(3) a:before {
	border-color: #44cef6;
}

.felei span:nth-child(4) a:before {
	border-color: #e9bb1d;
}

.felei span:nth-child(5) a:before {
	border-color: #cca4e3;
}

.felei span:nth-child(6) a:before {
	border-color: #a88462;
}

.felei span:nth-child(7) a:before {
	border-color: #88ada6;
}

.felei span:nth-child(8) a:before {
	border-color: #bddd22;
}

.danjc {
	display: block;
	position: relative;
	margin: 20px 0;
}

.danjc .item-thumb {
	overflow: hidden;
	border-radius: 6px;
	position: relative;
}

.danjc .item-thumb .thumb {
	border-radius: 6px;
	display: block;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: transparent;
	position: relative;
	overflow: hidden;
	transition: all .2s;
}

.danjc .item-meta {
	margin: 10px 0;
	display: block;
	font-size: 13px;
}

.danjc .b2-shipin {
	margin: 0 5px;
}

.danjc .item-meta .meta-jineng {
	color: #0dce9e;
	border: 1px solid #0dce9e;
	border-radius: 3px;
	padding: 0 5px 0 23px;
	position: relative;
	float: left;
}

.danjc .item-meta .meta-jineng span {
	background: #0dce9e;
	color: #fff;
	border-radius: 3px;
	margin-right: 5px;
	font-size: 14px;
	display: block;
	position: absolute;
	left: -0.5px;
	top: -1px;
	line-height: 20px;
}

.danjc .item-meta .meta-xin {
	float: right;
}

.danjc .feng-icon33.active {
	color: #ffb200;
}

.danjc .item-title {
	font-size: 14px;
	font-weight: normal;
	margin: 5px 0 15px;
	display: inline-block;
}

.danjc .item-tags {
	margin: 0 -5px;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
	height: 2em;
	overflow: hidden;
}

.danjc .item-tags .tag {
	display: inline-block;
	background: #f7f7f7;
	padding: 0 5px;
	margin: 0 5px;
	border-radius: 3px;
	color: #a7a7a7;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	line-height: 2;
}

.bianjj {
	float: right;
	opacity: 0;
	width: 30px;
	height: 10px;
}

.conce {
	width: 290px;
	min-width: 290px;
	padding-left: 30px;
}

.author_info {
	height: 114px;
	background: rgba(43,51,59,.06);
	border-radius: 6px;
	box-sizing: border-box;
	padding: 20px 0 20px 20px;
}

.author_info .img_con {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
}

.author_info .img_con img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	float: left;
}

.author_info .text_con {
	width: 75%;
	margin-left: 8px;
	float: left;
}

.author_info .text_con .name_con {
	position: relative;
	margin-bottom: 2px;
}

.author_info .text_con .name_con .name {
	font-size: 16px;
	color: #1c1f21;
	line-height: 24px;
	font-weight: 700;
	float: left;
	    max-width: 180px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.author_info .text_con .name_con .name .nick {
	display: inline-block;
	max-width: 136px;
	margin-right: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.author_info .text_con .name_con .forward {
	position: absolute;
	font-size: 12px;
	color: #9199a1;
	line-height: 24px;
	cursor: pointer;
	right: 0;
	top: -2px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.author_info .clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.author_info .text_con .job {
	font-size: 12px;
	color: #545c63;
	line-height: 18px;
	text-align: left;
	margin-bottom: 12px;
}

.author_info .text_con .job .job-title {
	max-width: 120px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
	margin-right: 4px;
}

.author_info .text_con .job {
	font-size: 12px;
	color: #545c63;
	line-height: 18px;
	text-align: left;
	margin-bottom: 12px;
	font-size: 14px;
}

.author_info .text_con .contribution a {
	padding-right: 13px;
	font-size: 12px;
	color: #545c63;
}

.forward button {
	padding: 0;
	background: rgba(13, 206, 158, 0);
	border: 0;
	border-radius: 0;
	color: #5b5b5b;
	font-size: 14px;
}

.forward button.empty {
	margin-left: 13px;
}

svg.Zi.Zi--BadgeCert {
	margin-bottom: -4px;
	margin-right: 4px;
}

.author_info .text_con .name_con .name .renz {
	font-size: 13px;
	margin-left: 5px;
}

.author_info .contribution {
	font-size: 12px;
	color: #8c8c8c;
}

.moco-aside-course li {
	margin-bottom: 18px;
}

.moco-aside-course li .aside-course-img {
	float: left;
	width: 100px;
	height: 60px;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
}

.moco-aside-course li .aside-course-img img {
	width: 100px;
	height: 60px;
	border-radius: 6px;
}

.moco-aside-course li .aside-course-content {
	margin-left: 116px;
	height: 60px;
	position: relative;
	box-sizing: border-box;
	font-size: 12px;
	color: #545C63;
	line-height: 18px;
	border-bottom: 1px solid rgba(43,51,59,0.1);
}

.moco-aside-course li .aside-course-content a.aside-course-name {
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 4px;
	cursor: pointer;
	color: #616467;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.moco-aside-course li .aside-course-content .aside-course-price {
	float: left;
	margin-left: -4px;
	font-size: 13px;
	color: #969696;
}

.moco-aside-course li .aside-course-content .aside-course-dot {
	margin-left: 1px;
	margin-right: 1px;
}

.moco-aside-course li .aside-course-content .aside-course-people, .moco-aside-course li .aside-course-content .aside-course-grade {
	float: left;
}

.moco-aside-course li .aside-course-content .aside-course-price i {
	margin: 0 3px;
	font-size: 14px;
}

.moco-aside-course li .aside-course-content:hover {
	opacity: 0.8;
}

ul.moco-aside-course {
	margin-top: 15px;
}

.table100 table, .table100 table th {
	border: 0;
}

.table100 {
	overflow: hidden;
}

.table100.ver3 th {
	color: #fff;
	line-height: 2.4;
	text-align: center;
	font-size: 15px;
}

.table100.ver3 thead {
	background-color: #0dce9e;
}

/*.table100.ver3 tbody tr:nth-child(even) {
    background-color: #e4e7f9;
}*/
.table100.ver3 tbody tr {
	border-bottom: 1px solid #ececec;
}

.table100.ver3 td {
	font-size: 14px;
	color: #555555;
	line-height: 2.4;
	text-align: center;
	border: 0;
}

.table100.ver3 tbody tr:hover {
	background-color: #effffb;
}

.wen-an1, .wen-an2 {
	color: #fff;
	font-size: 13px;
	width: 80%;
	text-align: center;
	padding: 3px 10px;
	border-radius: 6px;
	margin: 0 auto;
}

.wen-an1 {
	background-color: #0dce9e;
}
.table100.ver3 .taburl a {
    padding: 0 5px;
}
/*鼠标指针预览*/

.cusyl img {
    padding: 5px 8px;
    margin: 0 10px 0 0;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
    background-position: 0px 0px, 10px 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(
45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%),linear-gradient(
45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);
}
.cusyy img {
    margin: 0 10px 0 0;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
    background-position: 0px 0px, 10px 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(
45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%),linear-gradient(
45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);
}
.cusyy img:hover, .cusyl img:hover {
    margin: 0 10px 0 0;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
    background-position: 0px 0px, 10px 10px;
    background-size: 20px 20px;
    background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 100%),linear-gradient(45deg, #ccc 25%, #999 25%, #999 75%, #ccc 75%, #ccc 100%);
}
/*图标PNG预览*/
.icoyu {
	margin-right: -24px;
}

.icoyu img {
	height: 100px;
	width: 100px;
	margin: 0 12px 12px 0;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
	background-position: 0px 0px, 10px 10px;
	background-size: 20px 20px;
	background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%, #eee 100%),linear-gradient(45deg, #eee 25%, white 25%, white 75%, #eee 75%, #eee 100%);
}

.icoyu img:hover {
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.1);
	background-image: linear-gradient(45deg, #717171 25%, transparent 25%, transparent 75%, #717171 75%, #717171 100%),linear-gradient(45deg, #717171 25%, #ddd 25%, #ddd 75%, #717171 75%, #717171 100%);
}


/*文章2*/
.post-style-2 .site-content {
	padding-top: 73px;
}

.entry-content img {
	border-radius: 10px;
}
.entry-content h2, .entry-content h3 {
	font-weight: 700;
}

.entry-content h3#icolan {
	background: url(https://dl.zhutix.net/2019/10/icolan.svg) no-repeat;
	padding-left: 30px;
	background-size: 26px 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--baseBgColor,#ebebeb);
	width: 43rem;
}

.entry-content h3#xiazai {
	background: url(https://dl.zhutix.net/2019/09/xia6.svg) no-repeat;
	padding-left: 30px;
	background-size: 26px 31px;
}

.entry-content h3#xiazai::after {
	content: '\21E3   \21E3   \21E3   \21E3   \21E3';
	font-size: 1.1rem;
	color: #0dce9e;
	vertical-align: -1px;
	margin-left: 10px;
}

.entry-content h3#rizhi {
	background: url(https://dl.zhutix.net/2019/09/rizhi.svg) no-repeat;
	padding-left: 35px;
	background-size: 28px 28px;
	padding-bottom: 10px;
	border-bottom: 1px solid var(--baseBgColor,#ebebeb);
	width: 43rem;
}

.entry-content h3#zhizhen {
	background: url(https://dl.zhutix.net/2019/09/zhizhen.svg) no-repeat;
	padding-left: 30px;
	background-size: 24px 25px;
}

.entry-content h3#ziti {
	background: url(https://dl.zhutix.net/2019/09/ziti.svg) no-repeat;
	padding-left: 30px;
	background-size: 22px 31px;
}

.entry-content h3#yudi {
	background: url(https://dl.zhutix.net/2019/09/yudi.svg) no-repeat;
	padding-left: 31px;
	background-size: 25px 27px;
}

.entry-content h3#tubiao {
	background: url(https://dl.zhutix.net/2019/09/tubiao.svg) no-repeat;
	padding-left: 34px;
	background-size: 22px 30px;
}

.entry-content h3#yanshi {
	background: url(https://dl.zhutix.net/2019/09/video.svg) no-repeat;
	padding-left: 36px;
	background-size: 26px 31px;
}

.entry-content h3#bizhi {
	background: url(https://dl.zhutix.net/2019/09/bizhi.svg) no-repeat;
	padding-left: 36px;
	background-size: 31px 27px;
}

.entry-content h3#xitong {
	background: url(https://dl.zhutix.net/2020/01/xitong.svg) no-repeat;
	padding-left: 28px;
	background-size: 21px 28px;
	margin-top: 25px;
}

.entry-content hr {
	background-image: -webkit-linear-gradient(left, #f3f3f3, #cbcbcb, #f3f3f3);
	background-image: -moz-linear-gradient(left, #f3f3f3, #cbcbcb, #f3f3f3);
	background-image: -ms-linear-gradient(left, #f3f3f3, #cbcbcb, #f3f3f3);
	background-image: -o-linear-gradient(left, #f3f3f3, #cbcbcb, #f3f3f3);
}

.sin_wen h2 {
	font-size: 20px;
}

.sin_wen h2 i {
	font-size: 24px;
	color: #0dce9e;
	margin-right: 8px;
}

.zancang .content-footer {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.zanxia .content-footer {
	margin-bottom: 20px;
}

.zancang .yja, .zancang .yjb {
	margin: 0 10px;
	border-radius: 100px;
	display: inline-block;
	padding: 7px 25px;
	font-size: 15px;
	min-width: 100px;
	cursor: pointer;
}

.zancang .yja {
	background-color: #ff7c00;
	color: #fff;
}

.zancang .yjb {
	background-color: #FFF;
	color: #666666;
	border: 1px solid #666666;
	padding: 6px 24px;
}

.zancang .yjb a:hover {
	color: #999;
}

.zancang .yja svg, .zancang .yjb svg {
	width: 22px;
	height: 22px;
	fill: #FFFFFF;
	color: #ffffff;
	margin: 0 5px -5px 0;
}

.zancang .yjb svg {
	fill: #666666;
	color: #666666;
}

.zancang .cang1 {
	fill: #FFFFFF;
}

.post-style-2 .ping {
	margin: 20px 10px;
}

.ping .caipla {
	width: 25px;
	height: 20px;
	margin: 0 5px -4px 0;
}

.wni-zx ul {
	padding: 0;
}

.post-style-2 .wni-zx ul {
	padding: 0 30px;
}

.zxinfh {
	width: 8rem;
	height: 1.6rem;
	margin-top: 20px;
}

.post-style-2 .zxinfh {
	margin-left: 27px;
	margin-top: 0;
}

.wni-zx li {
	width: 20%;
	float: left;
	display: inline-block;
	padding: 6px;
}

.wni-zx li p {
	position: relative;
	max-width: 100%;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-radius: 6px;
}

.wni-zx li p img {
	float: left;
	max-width: 100%;
	width: 100%;
	height: auto;
	transition: .25s;
}

.wni-zx li p img:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.wni-zx li span {
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	max-width: 250px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/*搜索*/
.guan-ti {
    border: 2px solid #ff6000;
    color: #ff6000;
    margin: 7px;
    padding: 5px 8px;
    border-radius: 8px;
    font-weight: 700;
}
#write .guan-ti {
    margin: 7px 0;
}
.sobgu {
    position: relative;
    background-image: url(https://dl.zhutix.net/2023/03/345123_1_post_Ecq7T23299.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
        height: 300px;
    margin-top: -100px;
    padding-top: 160px;
        margin-bottom: 20px;
}
.soinx {
        width: 500px;
    margin: 0 auto;
}
.soinx .skk {
    width: 400px;
        height: 40px;
        padding: 8px 20px;
    font-size: 14px;

    border-radius: 20px;
    border:1px solid #FFF;
        background-color: #FFF;
    box-shadow: rgb(31 35 41 / 2%) 0px 2px 4px -4px, rgb(31 35 41 / 2%) 0px 4px 8px, rgb(31 35 41 / 3%) 0px 4px 16px 4px;
    border-color: transparent;
}
.soinx .skk:hover, .soinx .text:hover {
    border:1px solid #666;
}
.soinx .text {
       width: 60px;
        height: 40px;    color: #666;
     border:1px solid #FFF;
    background-color: #FFF;border-color: transparent;
    border-radius: 20px;
    box-shadow: rgb(31 35 41 / 2%) 0px 2px 4px -4px, rgb(31 35 41 / 2%) 0px 4px 8px, rgb(31 35 41 / 3%) 0px 4px 16px 4px;
}
.user-search-list li:hover {
    opacity: .8;
}
.user-s-data {
    margin-top: 10px;
}
.user-s-follow {
    padding: 15px;
}
.sobgu .search-types {
    margin: 0 auto;
    width: 250px;
        margin-top: 55px;
}
.sobgu .search-types a:last-child {
    margin: 0 auto;
display: none;
}
.sobgu .search-types a {
    padding: 12px 10px;
}
.sobgu .search-types a.picked:after {
    background-color: #666;
}
.sojg .document-row {
    padding: 10px;
}
.sojg .document-cat-rot {
    font-size: 14px;
}
.sojg .document-row h3 {
    font-size: 15px;

}
/*文章2左侧*/
.sin-left {
	display: block;
	width: 260px;
	height: auto;
	position: relative;
	min-width: 260px;
	min-height: 0;
	box-shadow: 8px 0 8px -8px rgba(0,0,0,.1);
	padding: 0 20px 0 0;
}
/*用户信息*/
.lv-icon.user-lv i {
    background-color: unset;
    font-size: unset;
    height: 16px;
    line-height: 16px;
    padding: 0px;
    margin-left: 0px;
}
.lv-icon {
z-index: 9;
}
.user-vip.b2-vip3 img {
 height: 16px;
}
.sin-left .post-user-info {
	background: url(https://dl.zhutix.net/2020/12/t_bg.png) no-repeat center top;
	background-size: 280px auto;
	margin-top: -50px;
}

.sin-left .post-meta-row {
	display: block;
}

.sin-left .post-user-info {
	display: block;
}

.sin-left .post-meta-left {
	display: block;
	align-items: center;
	font-size: 14px;
	color: #666;
}

.following-name a, .post-user-info .post-meta-right i {
	font-size: 15px;
}
.following-info-desc {
    display: none;
}
.sin-left .avatar-parent {
	width: 78px;
	height: 78px;
	min-width: 78px;
	margin: 0 auto;
	margin-top: -4px;
}

.sin-left .avatar {
	width: 78px;
	height: 78px;
	border-radius: 50%;
}

.sin-left .post-user-name {
	text-align: center;
	margin: 6px 0 15px 0;
}

.sin-left .post-user-name b {
	font-size: 18px;
	font-family: shuzi;
}

.sin-left .post-meta-right {
	width: 188px;
	min-width: 160px;
	text-align: center;
	margin: 0 auto;
}

.sin-left .post-meta-right button {
	padding: 7px 20px;
	border-radius: 20px;
	font-size: 14px;
}

.sin-left .post-meta-right button:hover {
	opacity: .8;
}

.ztjrxa {
	width: 18px;
	height: 18px;
}

.wen_xq {
	width: 100%;
	height: 60px;
	margin: 10px 0;
}

.wen_xq a {
	font-size: 12px;
	color: #909399;
	width: 28.333%;
	text-align: center;
	display: inline-block;
}

.wen_xq a span {
	font-size: 20px;
	font-weight: bold;
	font-family: shuzi;
	color: #666666;
	display: inherit;
}

.wen_xq em {
	display: inline-block;
	width: 1px;
	height: 30px;
	background: #EDEFF2;
}

.sin-left .shxua {
	border-top: 1px solid rgb(232, 232, 232);
	border-bottom: 0px solid rgb(232, 232, 232);
	margin-bottom: 3px;
}

.bbts {
	font-size: 14px;
	margin: 10px 0 20px 0;
	color: #727272;
}

.bbts svg {
	margin: 0 5px -2px 0;
}

.bbts a {
	color: #00b0f0;
}
.author-follow ul li {
    display: inline-flex;
    width: 50%;
    padding: 10px 10px;
}
/*相关教程*/
.jgyz h2, .tlwz {
	font-size: 18px;
	margin: 10px 0 0;
}

.wzzcico {
	width: 1.3rem;
	height: 1.3rem;
	margin: 0 5px -4px 0;
}

.zuo_jc {
	margin-top: -10px;
}

.article-item {
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px solid rgba(43,51,59,.1);
}

.article-item i {
	font-size: 16px;
	color: #9199a1;
	padding-right: 6px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	position: relative;
	float: left;
}

.article-item a {
	font-size: 14px;
	color: #545c63;
	line-height: 22px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	max-width: 220px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.article-item a:hover {
	color: #0dce9e;
}

.sin-tulist {
	margin: 10px -6px 0 -6px;
}

.sin-tulist li {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 6px;
}

.sin-tulist li img {
	max-width: 100%;
	height: auto;
}

.sin-left .gundong2 {
	width: 240px!important;
	max-width: 240px;
	height: auto;
}

.action.up .gundong, .action.up .gundong2, .action.up .gundong1 {
	top: 40px!important;
	transition: all 0.5s ease-out;
}

.action .gundong, .action .gundong2, .action .gundong1 {
	top: 93px!important;
	transition: all 0.5s ease-out;
}

.action.up .gundong {
	top: 55px!important;
	transition: all 0.5s ease-out;
}

.action .gundong {
	top: 110px!important;
	transition: all 0.5s ease-out;
}

.bind-weixin.pl-bound {
	display: none!important;
}
/***********文章2右侧***********/
.sin-right {
	display: block;
	width: 260px;
	height: auto;
	position: relative;
	min-width: 260px;
	min-height: 0;
}

.post-style-2 .sin-right .shxua {
	height: 48px;
}

.sin-right img {
	width: 200px;
	height: auto;
	border-radius: 10px;
	    transform: scale(1.05);
}
.sin-right img:hover {
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.sin-right .gundong1 {
	width: 260px!important;
	padding: 0!important;
}

.icon-sdghj {
	width: 5.2em;
	height: 2em;
}
/***********文章3教程***********/
.post-style-3 .content-area {
	padding: 0 30px;
}
/* 文件树 */
.jcml {
	overflow-y: scroll;
}

.jcml::-webkit-scrollbar-corner {
	background-color: #F5F7FA
}

.jcml::-webkit-scrollbar-track-piece {
	background-color: rgba(255,255,255,0);
}

.jcml:hover::-webkit-scrollbar-thumb {
	background-color: #e3e8ed
}

.jcml::-webkit-scrollbar {
	width: 6px;
	height: 17px;
	background: 0 0;
	border-radius: 9px
}

.jcml:hover::-webkit-scrollbar {
	background-color: #fafafa
}

.jcml:hover::-webkit-scrollbar-track-piece {
	background-color: #c2c2c2
}

.jcml::-webkit-scrollbar-thumb {
	background: 0 0
}

.jcml:hover::-webkit-scrollbar-thumb {
	background: #c2c2c2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.treemenu li {
	list-style: none;
}

.treemenu .toggler {
	cursor: pointer;
	content: " ";
	width: 12px;
	height: 7px;
	position: absolute;
	right: 10px;
	top: 8px;
	background-image: url(https://dl.zhutix.net/2020/12/xzz.svg);
	background-repeat: no-repeat;
}

.treemenu .toggler:before {
	display: inline-block;
}

.tree-empty > .toggler {
	display: none;
}

li.tree-empty > .toggler:before {
	content: "\2212";
	font-size: 13px;
}

.tree-closed .toggler {
	background-size: 2241.666666666667% 3700%;
	background-position: 85.21% 71.83%;
}

.tree-opened .toggler {
	background-position: 61.09% 76.98%;
	background-size: 2241.666666666667% 3700%;
}

.tree li,
.tree li > a,
.tree li > span {
	padding: 2pt 4pt 3pt 0;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	color: #000;
	position: relative;
}

.tree-opened ul li {
	max-width: 210px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
}

li.tree-opened ul {
	padding-left: 1px;
}

li.tree-opened ul a {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	padding-left: 20px;
}

li.tree-opened ul li::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 2px;
	background-color: #E5E8ED;
}

.tree li a.active {
	color: #0dce9e;
}

.tree li a.active::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	background-color: #0dce9e;
	bottom: 0;
	z-index: 1;
	height: 100%;
}

.tree li a {
	text-decoration: none;
	line-height: 20pt;
}

.tree li a:hover {
	color: #0dce9e;
}

.active {
	color: #0dce9e;
}

.active a {
	color: #fff;
}

.tree li a.active:hover {
}

.rno-column-aside-hd-2 {
	position: relative;
	margin-bottom: 10px;
	padding-right: 40px;
}

.rno-column-menu-icon {
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 16px;
	background-image: url(https://dl.zhutix.net/2020/12/column-menu-icon.svg);
	background-size: cover;
	margin-right: 8px;
	margin-top: 2px;
}

.rno-column-aside-title-2 {
	font-size: 16px;
	color: #000;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	max-width: 80%;
	overflow: hidden;
}
/***********文章·软件***********/
.post-style-7 .site-content {
	flex: 0;
	padding-bottom: 0;
	padding-top: 128px;
}

.ruan_left {
	position: relative;
	flex: 0 0 210px;
	margin-right: 40px;
	margin-top: -49px;
	width: 210px;
}

.app-detail-left-icon {
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 20px;
	height: 210px;
	width: 210px;
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.ant-avatar>img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 55px;
	right: 55px;
}

.ant-avatar-square {
	border-radius: 4px;
}

.app-detail-left-icon:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid rgba(31,35,41,.1);
	border-radius: 20px;
}

.xiaz-list {
	margin: 20px 0;
}

.xiaz-list .gaoxi {
	position: relative;
	width: 210px;
	height: 48px;
	text-align: center;
	font-size: 20px;
	line-height: 48px;
	font-weight: 500;
	border-radius: 100px;
	cursor: pointer;
	margin-bottom: 10px;
}

.xiaz-list .gaoxi {
	color: #fff;
	background: #00b0f0;
}

.xiaz-list .gaoxi:hover {
	opacity: .7;
}

.xiaz-list .gaoxi a:hover {
	color: #fff;
}

.xiaz-list .ruangua {
	text-align: center;
}

.post-style-7 .agent--contact ul li {
	line-height: 18px;
	padding: 5px 0;
	list-style: none;
	display: flex;
	align-items: center;
	font-size: 15px;
}

.post-style-7 .pingtai {
	max-width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.post-style-7 .lwptoc-inherit {
	margin: 18px 0 0;
}

.post-style-7 .lwptoc-inherit {
	margin: 18px 0 0;
}

.post-style-7 .lwptoc-inherit li::before {
	content: '#';
	margin-right: 3px;
	color: #000;
}

.icon-ghjs {
	width: 18px;
	height: 18px;
	fill: #FFFFFF;
	margin: 0px 6px -2px;
}

.ruanjtit {
	font-size: 28px;
	font-weight: 700;
	line-height: 34px;
	color: #1f2329;
	margin-bottom: 20px;
	margin-left: 250px;
	vertical-align: middle;
}

.rjdesc {
	margin: 10px 0 15px 2px;
	font-size: 15px;
	line-height: 20px;
	color: #666;
	vertical-align: middle;
}

.post-style-7 #post-meta {
	color: #666;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #dee0e3;
	font-size: 15px;
}

.post-style-7 #post-meta span {
	margin-right: 8px;
}

.sinico {
	width: 14px;
	height: 14px;
	fill: #666;
	margin: 0 0 -1px 0;
}

.post-list-meta .sinico {
	width: 13px;
	height: 13px;
	fill: #fff;
	margin: 0 3px -1px 0;
}

.felei.shu.tags {
	margin-left: -18px;
	margin-bottom: 5px;
	font-size: 14px;
}

.tagsa .felei.shu.tags {
	margin-left: 1px;
	font-size: 14px;
	color: #666;
	line-height: 2;
}

.tagsa .felei a:before {
	opacity: .7;
}

.ping h2 {
	margin: 5px 0 10px;
}

 /*文章目录*/
.lwptoc {
}

.lwptoc:first-child {
}

.lwptoc_i {
}

.lwptoc_header {
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 24px;
	height: 24px;
	font-weight: 400;
	color: #444;
}

.lwptoc_header b {
	font-weight: 400;
}

.lwptoc_header::before {
	content: '#';
	margin-right: 3px;
	font-weight: 900;
	color: #0dce9e;
}

.rtl .lwptoc_header {
	text-align: right
}

.lwptoc_toggle {
	margin-left: 4px;
	font-size: 80%
}

.rtl .lwptoc_toggle {
	margin-left: 0;
	margin-right: 4px
}

.lwptoc_toggle:before {
	content: '['
}

.lwptoc_toggle:after {
	content: ']'
}

.lwptoc_toggle_label {
	margin: 0 1px
}

.lwptoc_item {
	margin-top: 2px
}

.rtl .lwptoc_item {
	text-align: right
}

LI.lwptoc_item {
	margin: 5px 0 0 0;
	list-style: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	list-style-type: none;
	font-size: 15px;
}

.lwptoc_item:first-child {
	margin-top: 0
}

LI.lwptoc_item:first-child {
	margin-top: 0!important
}

.lwptoc_item_number {
	margin-right: 2px
}

.rtl .lwptoc_item_number {
	margin-right: 0;
	margin-left: 2px
}

.lwptoc_itemWrap .lwptoc_itemWrap {
	margin: 2px 0 0 14px
}

.rtl .lwptoc_itemWrap .lwptoc_itemWrap {
	margin-left: 0;
	margin-right: 14px
}

UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
	margin: 2px 0 0 20px!important
}

.rtl UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
	margin-left: 0!important;
	margin-right: 14px!important
}

.lwptoc-autoWidth .lwptoc_i {
}

.lwptoc-left {
	float: left;
	margin-top: 0;
	margin-right: 32px
}

.lwptoc-right {
	float: right;
	margin-top: 0;
	margin-left: 32px
}

.lwptoc-rightwithoutflow {
	text-align: right
}

.lwptoc-rightwithoutflow .lwptoc_i {
	display: inline-block
}

.lwptoc-center {
	text-align: center
}

.lwptoc-center .lwptoc_i {
	margin-left: auto;
	margin-right: auto
}

.lwptoc-baseItems .lwptoc_items {
	font-size: 15px;
	line-height: 28px;
}

.lwptoc_item_label:hover {
	color: #0dce9e;
}
/*.postid-50427 .lwptoc_items {
	height: 500px;
	overflow: scroll;
	overflow-x: hidden;
}*/

.postid-86163 .lwptoc_item_number, .postid-86136 .lwptoc_item_number, .postid-86094 .lwptoc_item_number, .postid-7429 .lwptoc_item_number, .postid-50427 .lwptoc_item_number {
	display: none;
}

.lwptoc-notInherit .lwptoc_i DIV A {
	box-shadow: none!important;
	border: none!important;
	text-decoration: none!important
}

.lwptoc-notInherit .lwptoc_i DIV A:active,.lwptoc-notInherit .lwptoc_i DIV A:focus,.lwptoc-notInherit .lwptoc_i DIV A:hover {
	box-shadow: none!important;
	border: none!important;
	text-decoration: none!important
}

.lwptoc-notInherit .lwptoc_i DIV A:hover {
	border-bottom: 1px dotted!important
}

.lwptoc-light .lwptoc_i {
	color: #333;
	background: #fafafa
}

.lwptoc-light .lwptoc_i A {
	color: #3175e4
}

.lwptoc-light .lwptoc_i A:active,.lwptoc-light .lwptoc_i A:focus,.lwptoc-light .lwptoc_i A:hover {
	color: #3175e4;
	border-color: #3175e4
}

.lwptoc-light .lwptoc_items A:visited {
	color: #000394
}

.lwptoc-dark .lwptoc_i {
	color: #d3d5d8;
	background: #2b2b2b
}

.lwptoc-dark .lwptoc_i A {
	color: #96c6ff
}

.lwptoc-dark .lwptoc_i A:active,.lwptoc-dark .lwptoc_i A:focus,.lwptoc-dark .lwptoc_i A:hover {
	color: #96c6ff;
	border-color: #71b2ff
}

.lwptoc-dark .lwptoc_items A:visited {
	color: #53a1ff
}

.lwptoc-white .lwptoc_i {
	color: #333;
	background: #fff
}

.lwptoc-white .lwptoc_i A {
	color: #3175e4
}

.lwptoc-white .lwptoc_i A:active,.lwptoc-white .lwptoc_i A:focus,.lwptoc-white .lwptoc_i A:hover {
	color: #3175e4;
	border-color: #3175e4
}

.lwptoc-white .lwptoc_items A:visited {
	color: #000394
}

.lwptoc-transparent .lwptoc_i {
	border: 1px solid #eee
}


/*评论*/
.comment-line-box .avatar {
	border-radius: 50%;
	width: 24px;
	height: 24px;
}

.comment .gravatar img {
	border-radius: 50%;
	width: 24px;
	height: 24px;
}

.comment-author p {
    display: inline;
    line-height: 20px;
    overflow-wrap: break-word;
}

.comment .gravatar {
	width: 24px;
	height: 24px;
	left: 0;
	top: 12px;
}

.comment .comment-item {
	  padding: 13px 5px 10px 35px;
}

.comment-list .children article .comment-item {
	margin-left: 10px;
	border-left: 2px solid #f5f6f7;
	padding: 13px 0 0 65px;
	margin-right: 5px;
	margin-bottom: 10px;
	background: rgba(240, 241, 242, 0);
	border: 0;
}

.comment-list .children article .gravatar {
	left: 40px;
}

.comment-img-box {
	margin-bottom: 0;
}

.comment-img-box img {
	display: block;
	max-height: 100px;
	border-radius: 10px;
}

.comment-vote-hidden {
    display: none;

}

.view-comment {
	cursor: pointer;
	margin: 0 0 15px 0;
	padding-top: 15px;
	font-size: 16px;
	color: rgba(0,0,0,.5);
	display: flex;
	align-items: center;
}

.view-comment .avatar {
	width: 36px;
	height: 36px;
	border-radius: 100%;
	z-index: 1;
	border: 6px solid #ffffff;
	margin-left: -6px;
}

.view-comment .content {
	background-color: #f6f6f6;
	height: 50px;
	line-height: 50px;
	padding-left: 32px;
	flex: 1 1 auto;
	border-radius: 0 6px 6px 0;
	z-index: 0;
	margin-left: -20px;
	letter-spacing: 2px;
}

.view-comment .content:hover {
	box-shadow: 0 0 10px #dedede inset;
}

.comment-list li:first-child .comment-item {
	border-top: 0px solid #ebeef5;
}
.tishui {
    color: #676767;
    font-size: 14px;
    margin-right: 15px;
    line-height: 32px;
}
.com-form-button-r {
    height: 32px;
}
#lun {
	margin-top: 20px;
	display: none;
	width: 100%;
}

.lunyan {
	display: none;
	margin-bottom: 15px;
}

.large #lun, .large .lunyan {
	display: block;
}

.comment-type {
    display: none;
}

.large .comment-form {
	display: block;
}

.large .df-ipt-wrap {
	display: none;
}

.com-form-textarea textarea:hover {
	box-shadow: 0 0 4px #999 inset;
}

.respond {
	width: 100%;
}

.b2-pagenav {
	border-top: 0 solid #f3f3f3;
}

.lunti {
	font-size: 14px;
}

.lunti a {
	font-size: 14px;
	color: #0dce9e;
	border-bottom: 1px solid #0dce9e;
}

.ping .ldsfa {
	width: 26px;
	height: 20px;
	margin: 0 5px -2px 0;
}

.comment .respond {
	background: rgba(249, 249, 249, 0);
}
.comment-floor button {
    padding: 0;
}
/***********壁纸***********/
.wpwjj {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.wpwjj .wpjfa {
	width: 100%;
}

.wpwjj .bzts {
	font-size: 15px;
	line-height: 24px;
	margin-bottom: 30px;
	color: #787878;
}

.wpweh {
	width: 284px;
	margin-left: 84px;
	flex: 0 0 auto;
}

.post-style-12 .sin_wen h2 {
	font-size: 18px;
}

.post-style-12 .ping .caipla {
	width: 22px;
	height: 18px;
	margin: 0 5px -3px 0;
}

.wp-title {
	display: block;
	font-size: 18px;
	color: #323232;
	font-weight: 500;
	margin-bottom: 12px;
}

.wpweh .wp-title,  .wpweh .felei {
	margin-left: 8px;
}

.wpweh .tags a {
	margin: 0 8px 8px 0px;
}

.authInfo .auth {
	display: flex;
	margin: 8px 0;
	cursor: pointer;
	border-radius: 8px;
	padding: 8px;
}

.authInfo .auth:hover {
	background: rgb(242, 242, 242);
}

.authInfo .auth .Avatar {
	width: 48px;
	height: 48px;
	position: relative;
	display: inline-block;
	overflow: hidden;
	background-color: #eee;
	border: 1px solid rgba(0,0,0,0.13);
	border-radius: 50%;
	cursor: pointer;
}

.authInfo .auth .Avatar img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: calc(100% + 2px);
}

.authInfo .auth .authText {
	margin-left: 8px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.authInfo .auth .authText span:first-child {
	font-size: 14px;
	color: rgb(31, 41, 46);
	letter-spacing: 0px;
	font-weight: 500;
}

.authInfo .auth .authText span:last-child {
	font-size: 12px;
	color: rgb(91, 107, 115);
	letter-spacing: 0px;
}

.banquan-try {
	margin-top: 15px;
}

.banquan-try .xfdg {
	padding: 0 8px;
	font-size: 14px;
	color: #666;
	display: block;
}

.idc-block .bzts {
	color: #999999;
	font-size: 14px;
}

.info-and-options {
	align-items: flex-start;
	margin-bottom: 24px;
	padding: 0px 20px;
}

.flex-row-space-between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.info-and-options .info {
	height: 100%;
	flex: 1 1 0%;
}

.info-and-options .info .template-title {
	color: #333333;
	font-size: 30px;
	line-height: 38px;
	font-weight: 700;
	margin-bottom: 25px;
}

.text-no-wrap {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.info-and-options .info .info-line {
	font-size: 15px;
	line-height: 18px;
	font-weight: 400;
	user-select: none;
}

.info-and-options .info .info-line span {
	margin-right: 20px;
}

.flex-row {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.flex-all-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.info-and-options .info .info-line .Tooltip {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	margin-right: 33px;
}

.info-and-options .info .seperator-line {
	height: 1px;
	margin-top: 20px;
	margin-bottom: 30px;
	background: rgb(219, 219, 219);
}

.info-and-options .options {
	padding-top: 59px;
	margin-left: 47px;
}

.eZvUma {
	-webkit-box-pack: end;
	justify-content: flex-end;
	position: relative;
	flex-shrink: 0;
}

.eZvUma .Tooltip {
	margin-right: 12px;
}

.eZvUma .operation-it {
	width: 40px;
	color: rgb(65, 80, 88);
	cursor: pointer;
	background: rgb(255, 255, 255);
}

.eZvUma .shadow-1 {
	height: 40px;
}

.eZvUma .operation-it i {
	font-size: 24px;
}

.eZvUma .button-container {
	position: relative;
}

.eZvUma .use-it.vip {
	color: #ffffff;
	background: #0dce9e;
}

.eZvUma .use-it.vip i {
	font-size: 14px;
	margin-right: 7px;
}

.eZvUma .use-it {
	color: rgb(255, 255, 255);
	font-size: 14px;
	line-height: 20px;
	cursor: pointer;
	position: relative;
	padding: 0px 20px;
}

.eZvUma .button-container .toast-container {
	position: absolute;
	z-index: 10;
	right: 0px;
	top: 60px;
}

.use-it .line {
	width: 1px;
	height: 20px;
	background-color: rgb(217, 217, 217);
	margin: 0px 12px;
}

.post-style-12 .icon-vips {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
}

.post-style-12 .content-footer {
	display: flex;
}

.post-style-12 .yja, .post-style-12 .yjb {
	font-size: 14px;
	line-height: 40px;
	cursor: pointer;
	position: relative;
	padding: 0px 10px;
	height: 40px;
	color: #808080;
	cursor: pointer;
	background: rgb(255, 255, 255);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	border-radius: 8px;
	margin-right: 10px;
}

.post-style-12 .yja:hover {
	color: #0dce9e;
}

.yja:hover, .yjb:hover, .button-container:hover {
	opacity: .8;
}

.yja b {
	display: none;
}

.post-style-12 .yja i {
	font-size: 14px;
	margin-right: 2px;
}

.post-style-12 .caizan, .post-style-12 .cang {
	width: 14px;
	height: 14px;
	fill: #808080;
	margin: 0px 2px -2px;
}

.post-style-12 .caizan1 {
	width: 14px;
	height: 14px;
	fill: #eb9b9e;
	margin: 0px 2px -2px;
}

.post-style-12 .cang1 {
	width: 14px;
	height: 14px;
	fill: #808080;
	margin: 0px 2px -2px;
}

.post-style-12 .icon-xza {
	width: 14px;
	height: 14px;
	fill: #FFFFFF;
	margin: 0px 4px -2px;
}
/*点赞和收藏*/
.picked .caizan, .picked .zana, .cang {
	display: none;
}

.caizan1, .zanb, .sc .cang1 {
	display: none;
}

.picked .caizan1, .picked .zanb, .sc .cang {
	display: initial;
}

.post-style-12 .picked {
	color: #eb9b9e;
}
/*字体·WB主题*/
.post-style-8 .site-content, .post-style-9 .site-content {
	padding-top: 70px;
}

.post-style-8 .wen-share, .post-style-9 .wen-share {
	margin-top: 43px;
}

.post-style-9 .xia-list {
	margin-top: 45px;
}

.xiaohui {
	background: #f9f9fb;
	height: 350px;
}

.xiaobai {
	margin-top: -280px;
}

.post-style-8 .content-area, .post-style-9 .content-area {
	padding-right: 30px;
}

.post-style-8 .entry-content, .post-style-9 .entry-content {
	margin-bottom: 20px;
}

.post-style-9 .entry-content img {
	margin-bottom: 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.ztyc {
	width: 420px;
	max-width: 420px;
}

.post-style-8 .zancang {
	margin: 25px 0;
}

.post-style-8 .top-title {
	margin-top: 63px;
}

.post-style-8 .contit, .post-style-9 .contit {
	height: 40px;
}

.bqxkw {
	font-size: 15px;
	line-height: 20px;
	height: 20px;
	margin-bottom: 10px;
}

.bqxkw span {
	opacity: .8;
}

.jcgz2 {
	font-size: 15px;
	line-height: 22px;
	height: 88px;
	margin-bottom: 20px;
	overflow: hidden;
}

.xia-list .gaoxia a {
	background: #0dce9e;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 18px;
	border-radius: 10px;
	margin-bottom: 20px;
}

.r_format {
	list-style: none;
	margin-left: 5px;
}

.format_li {
	font-size: 13px;
	list-style: none;
	position: relative;
	padding-left: 20px;
}

.format_li:not(:last-of-type):before {
	height: 100%;
	width: 1px;
	left: 3px;
	background: linear-gradient(-180deg, #0dce9e 0%, #0dce9e 98%);
}

.format_li:after, .format_li:not(:last-of-type):before {
	content: "";
	position: absolute;
	top: calc((1em - -5px) / 2);
}

.format_li:after {
	left: 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 1px solid #0dce9e;
	border-radius: 50%;
	background-color: #ffffff;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.r_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex_box {
	padding: 3px 20px 17px 0;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.flex_tit {
	float: left;
	font-style: inherit;
	font-size: 14px;
	letter-spacing: .075em;
	margin-top: 0;
	text-transform: uppercase;
	display: block;
	font-weight: normal
}

.flex_tip {
	font-style: inherit;
	letter-spacing: 0;
	font-size: 14px;
	letter-spacing: .025em;
	color: #7c7c7d;
	margin-bottom: 0;
	word-break: break-word;
	display: block;
}

.flex_tip.uppercase {
	text-transform: uppercase;
}
/*私信*/
.dmsg-header a {
	font-size: 15px;
}
.author #login_bind {
    margin: 20px 0;
}
/*专题*/
.collection-item {
	padding: 2px 10px;
}

.collection-info {
    padding: 10px 0 10px 0;
}

.collection-posts li {
    padding: 5px 15px 5px 0;
}

.collection-list-top:after {
	background: rgba(0,0,0,.5);
}

.collection-list-top .content-area {
	height: 250px;
}

.collection-list-top .content-area h1 {
	margin-top: 25px;
}

.tax-collection .b2-single-content {
	margin-top: 0;
}

.tax-collection .collection-list-top {
border-radius: 6px;
}

.tax-collection .b2_gap {
	margin-right: 0;
	margin: 20px 3px 0;
}

.tax-collection .post-module-thumb:hover .imglist-charblock {
	height: 53px;
}


/*专题*/
.zhuanre {
	margin-bottom: 50px;
}

.zhuanre:before, .zhuanre:after {
	display: table;
	content: " ";
}

.zhuanre:after {
	clear: both;
}

.zhuanuai {
	width: 25%;
	float: left;
	padding: 10px;
}

.post-list-item {
	position: relative;
	overflow: hidden;
	transition: all .15s ease;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
}

.post-list-item:hover {
	opacity: .8;
}

.collection__list-item .collection__pics {
	position: relative;
	display: block !important;
}

.hNzsd {
	position: relative;
	padding-bottom: 50%;
}

._2zwgf {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	perspective: 1px;
	overflow: hidden;
	transition: all .1s ease-in-out;
	border-radius: 5px 5px 0 0;
	background: #fff;
}

.IEpfq {
	position: relative;
}

._2vGrb {
	width: 70%;
	background: #f5f5f5;
}

.Kh8bw {
	font-family: "object-fit:cover";
	-o-object-fit: cover;
	object-fit: cover;
}

._2zEKz {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
}

._2gO6E {
	display: flex;
	flex-direction: column;
	width: 30%;
	margin-left: 2px;
}

.mTW0H:first-child {
	margin-bottom: 2px;
}

.IEpfq {
	position: relative;
}

.mTW0H {
	flex-grow: 1;
	background: #f5f5f5;
}

.collection__list-item .card__footer {
	padding: 10px;
}

.card__footer {
	position: relative;
	border-radius: 0 0 5px 5px;
	background: #fff;
}

.clearfix:before, .form__field-block:before, .clearfix:after, .form__field-block:after {
	display: table;
	content: " ";
}

.card__footer .card__title {
	font-weight: 500;
	display: block;
	font-size: 16px;
	height: 24px;
	line-height: 130%;
	color: #2D2D2D;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.post__stats.clearfix {
	font-size: 14px;
	height: 16px;
	color: #999999;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*最新*/
.store-posts {
	margin: 20px 0;
}

.page-template-template-new .site-content {
	padding-top: 110px;
}

.premium-category-header {
	width: 16.66667%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.premium-category-header h2 {
	font-weight: bold;
	font-size: 30px;
	line-height: 130%;
	color: #666;
}

.premium-category-header p {
	font-size: 16px;
	line-height: 26px;
	color: #878787;
	margin: 10px 0;
}

.new-right {
	width: 83.33333%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	width: 25%;
	float: left;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.post-preview__image-container {
	cursor: pointer;
	max-height: 600px;
	min-height: 150px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
}

.post-list-item .center__image-wrapper {
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	width: 100%;
}

.center__image-wrapper .preview {
	width: 100%;
	z-index: 2;
	margin: auto;
}

.post-preview__image-container img {
	display: block;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
}

.post-list-item:hover .center__image-wrapper .preview {
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.row:before, .row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row.premium-category {
	margin-bottom: 50px;
}

a.btn-white {
	padding: 5px 10px;
	background: #fff;
	color: #2d2d2d;
	font-weight: 500;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, .25);
	display: inline-block;
	position: relative;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	border-radius: 5px;
	padding: 0 20px;
}

.card__footer.clearfix {
	padding: 10px;
}















































/*圈子*/
.tax-circle_tags .widget-area {
	padding-top: 0;
}

a.all-circles, .po-topic-top, .po-topic-textarea textarea:first-child {
	display: none;
}

.quzuo {
	width: 104px;
	max-width: 104px;
	min-width: 104px;
	margin-right: 24px;
	height: auto;
}

.tax-circle_tags .site, .single-circle .site {
	background-color: #f8fafc;
}

.left_menu {
	width: 104px;
	text-align: center;
	background: #fff;
	border-radius: 12px;
	padding: 10px 0 6px 0;
}

.left_menu .m_item.active, .left_menu .m_item:hover {
	background: rgba(86, 221, 187, .4);
	font-weight: 700;
}

.left_menu .m_item {
	width: 88px;
	line-height: 20px;
	border-radius: 6px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 8px 0;
	font-size: 14px;
	position: relative;
	margin-bottom: 8px;
}

.left_menu .m_item.active a.url, .left_menu .m_item.active i {
	color: #0dce9e;
}

.left_menu .m_item a.url {
	display: inline-block;
	width: 74px;
	line-height: 20px;
	color: #1c1f21;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.term-xiu .left_menu .m_item.xiu, .term-wen .left_menu .m_item.wen {
	background: rgba(86, 221, 187, .4);
	font-weight: 700;
}

.term-xiu .left_menu .m_item.xiu a, .term-wen .left_menu .m_item.wen a {
	color: #0dce9e;
}

.term-wen .po-topic-top {
	display: none;
}
/**
.term-wen .circle-vote {
	display: block!important;
} **/

/** 探索 **/
.page-template-template .helm {
	text-align: center;
}
.weilai-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(247 247 247 / 30%);
    z-index: 2;
    backdrop-filter: saturate(34%) blur(2px);
}
.page-template-template .helm .wbrr .title {
	font-size: 40px;
}

.btn-tan {
	border-radius: 50px;
	background-color: #0dce9e;
	color: #fff;
	margin: 50px 0 120px 0;
	display: block;
	width: 300px;
	line-height: 50px;
	font-size: 20px;
}

.btn-tan:hover {
	color: #fff;
	opacity: .7;
}
/** 投稿 **/
.entry-suxie a {
	color: #0dce9e;
}

.entry-suxie i {
	color: #ff6000;
	margin-right: 5px;
}

.write-bottom {
	font-size: 14px;
	color: #ff0000;
}
/** 框 **/
.modal-content {
/*	background-image: url(https://dl.zhutix.net/2021/01/678f1.png);*/
	border-radius: 10px;
}

.login-box-content .login-box-top {
/*	background-image: url(https://dl.zhutix.net/2021/01/sdg.png);*/
}
/** 支付 **/
.qrcode-img {
    width: 224px;
    height: 224px;
}
.credit-pay-title {
	margin: 0;
	color: #666666;
}

.pay-credit {
	font-size: 45px;
	margin-bottom: 10px;
}

.pay-my-money {
	margin-bottom: 15px;
}

.pay-my-money span, .credit-tips {
	font-size: 14px;
}

.pay-my-money span b {
	color: #0dce9e;
	margin: 0 3px;
	font-family: shuzi;
}

.kaic {
	padding-top: 15px;
}

.kaic li {
	display: initial;
}

.kaihuo {
	margin: 0 15px;
	color: #999;
	font-size: 18px;
	line-height: 2;
	font-family: cushu;
}

.kairen {
	margin: 15px 0;
	color: #999;
	font-size: 13px;
	line-height: 1.8;
}

.buzu button[disabled] {
	display: none !important;
}
/** VIP会员 **/
.moku .widget-area {
	padding-top: 68px;
}

.banner-container {
	height: 300px;
	width: 100%;
	background-image: url(https://dl.zhutix.net/2020/12/banner.png);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: -40px;
	padding-top: 110px;
}

.banner-container h2 {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 4.69px;
	text-align: center;
	line-height: 60px;
	text-shadow: 0 8px 16px rgba(28,31,33,.3);
	margin-bottom: 30px;
}

.banner-container .desc {
	display: inline-block;
	font-size: 19px;
	color: #fff;
	text-align: center;
	line-height: 24px;
}

.banner-container .vip-current .lv-icon {
	background-color: #fff;
	padding: 2px 7px;
	border-radius: 50px;
}

.vip-list .vip-item:nth-child(1), .vip-list .vip-item:nth-child(2) {
	display: none;
}

.vip-item {
	width: 500px;
	height: 250px;
	margin-top: 40px;
	margin-bottom: 40px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	border-radius: 16px;
	background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}

.vip-list .vip-item:nth-child(3) {
	background-image: url(https://dl.zhutix.net/2020/12/vip01.png);
	box-shadow: 0 12px 36px -12px #ff7380;
	margin-right: 20px;
}

.vip-list .vip-item:nth-child(4) {
	background-image: url(https://dl.zhutix.net/2020/12/vip02.png);
	box-shadow: 0 12px 36px -12px #d0a360;
	margin-left: 20px;
}

.vip-list .vip-item:hover {
	box-shadow: 0 12px 36px -12px #403a3b;
}

.vip-list-in {
	text-align: left!important;
	padding: 0;
}

.vip-list-in .tequan-type-head {
	position: absolute;
	left: 110px;
	top: 40px;
	height: 60px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
}

.vip-list-in .type2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #FFE3B9;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	padding-left: 18px;
	padding-right: 50px;
	bottom: 5px;
	font-weight: bold;
}

.vip-list .vip-item:nth-child(3) .vip-list-in h2 {
	font-size: 28px;
	color: white;
}

.vip-list .vip-item:nth-child(4) .vip-list-in h2 {
	font-size: 28px;
	color: #F1D1AB;
}

.tequan-type-head p {
	font-size: 16px;
	color: white;
	padding-left: 3px;
}

.tequan-type-head span {
	font-size: 14px;
	color: white;
	opacity: .8;
	line-height: 28px;
	padding-left: 3px;
}

.vip-list .vip-item:nth-child(3) .bojin, .vip-list .vip-item:nth-child(4) .baiyin {
	display: none;
}

.vip-price-money.shu span {
	font-size: 40px;
}

.vip-price-money.shu sub {
	font-size: 12px;
	line-height: 1;
	border-radius: 50%;
	margin-left: -11px;
	vertical-align: middle;
	padding: 2px 4px;
}

.vip-list .vip-item:nth-child(3) .vip-price-money.shu sub {
	background: #fa4c56;
}

.vip-list .vip-item:nth-child(4) .vip-price-money.shu sub {
	background: #494949;
}

.vip-price-day {
	font-size: 16px;
	vertical-align: middle;
	margin: 15px 0 0 5px;
	color: #FFFFFF;
}

.vip-buy {
	margin-top: 0;
}

.vip-list .type2 button {
	width: 150px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	font-size: 18px;
	font-weight: 700;
	border: 0 solid #ab0f00;
	border-radius: 25px;
}

.vip-list .vip-item:nth-child(3)  .type2 button {
	background: linear-gradient(90deg, #ffc8c2, #f5c8c3);
	box-shadow: 1px 2px 7px 0px #ab0f00;
	color: #F54253;
}

.vip-list .vip-item:nth-child(4)  .type2 button {
	background: linear-gradient(90deg, #caaa7c, #f0d6ae);
	box-shadow: 1px 2px 7px 0px rgba(64, 39, 2, 0.59);
	color: #414141;
}

.new-sess-head {
	text-align: center;
	width: 100%;
	font-weight: bold;
	margin-top: 70px;
}

.new-sess-head span {
	font-size: 30px;
	color: #ab7225;
	line-height: 27px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.new-sess-head span:before {
	content: '';
	background-image: url(https://dl.zhutix.net/2021/01/lefti.png);
	width: 37px;
	height: 29px;
	margin-right: 11px;
}

.new-sess-head span:after {
	content: '';
	background-image: url(https://dl.zhutix.net/2021/01/righti.png);
	width: 37px;
	height: 29px;
	margin-left: 11px;
}

.newvip-sess2 ul {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 40px;
	margin-bottom: 200px;
}

.newvip-sess2 ul li {
	width: 24%;
	height: 150px;
	background: #f9f9f9;
	border: 1px solid #f2f2f2;
	text-align: center;
	padding-top: 26px;
	margin-right: 10px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: -4px -4px;
}

.newvip-sess2 ul li p {
	font-size: 20px;
	color: #BA8D50;
	margin-top: 10px;
	text-align: center;
}

.newvip-sess2 ul li:nth-child(1), .newvip-sess2 ul li:nth-child(3), .newvip-sess2 ul li:nth-child(6), .newvip-sess2 ul li:nth-child(8) {
	background-color: #F5EFE9;
}

#qidiana {
	cursor: pointer;
}

.class_qidian_wpa {
	border-radius: 6px !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

#_QD_INVITE_IFRAME_ID_PREFIX_2355020488 {
	border-radius: 20px !important;
	top: 40% !important;
}

iframe#_QIDIAN_WEB_IM_IFRAME_2355020488 {
	right: auto;
	left: 10px;
}

.hjkdf {
	margin: 0 -20px;
	padding-bottom: 50px;
}

.hgjdf__tt {
	text-align: center;
	font-size: 33px;
	font-weight: 600;
	margin-bottom: 40px;
}

.hg-df {
	width: 50%;
	float: left;
	display: inline-block;
	padding: 20px;
}

.hgjdf {
	position: relative;
	border-radius: 8px;
	background-color: #fff;
	padding: 31px 0 0 40px;
	border: 1px solid #dee0e3;
	display: -ms-flexbox;
	display: flex;
}

.hgjdf__title {
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
}

.hgjdf__desc {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	white-space: pre;
	margin-bottom: 37px;
	opacity: .8;
}

.lxfaa {
	position: absolute;
	right: 39px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.lxfaa>.button {
	border-radius: 30px;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 30px;
}

.lxfaa>.button:hover {
	background: #0dce9e;
	color: #fff;
}

.fghs2 {
	color: #006aff;
	background-color: transparent;
	border-color: #006aff;
	transition: background-color,color .5s;
}

.fghs:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	background-color: hsla(0,0%,100%,.15);
	opacity: 0;
	transition: all .5s;
}

@media screen and (max-width: 768px) {
    .hjkdf {
    margin: 0 auto;
}
	.hgjdf {
		padding: 10px;
	}

	.hg-df {
		width: 100%;
		float: auto;
		display: block;
		padding: 10px;
	}
}


/*底部*/
.aside-bar div > div {
	border-bottom: 0 solid #f3f3f3;
	background-color: rgba(255, 255, 255, 0);
}
/*底部*/

#shouca {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: rgba(25, 25, 25, .9);
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}

#shouca span {
	padding: 5px 10px;
	background: #0dce9e;
	border-radius: 5px;
	color: #ffffff;
	margin: 0 5px;
}

#shouca b {
	font-weight: normal;
	margin: 0 20px;
}

#shouca a {
	margin-top: 15px;
	width: 120px;
	height: 30px;
	background: #0dce9e;
	border-radius: 25px;
	display: inline-block;
	line-height: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
}

.footer-bottom {
	color: #999;
	font-size: 14px;
}

.footer a {
	font-size: 14px;
}

.footer-wrapper-top-left {
	margin-left: 30px;
}

.footer-wrapper-top-left a {
	margin-right: 10px;
}
/*客服*/
.leke {
	display: flex;
	position: fixed;
	left: 0;
	top: calc(50% - 103px);
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	color: rgb(255, 255, 255);
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	box-shadow: rgba(0, 0, 0, 0.08) 0px 5px 6px -4px, rgba(13, 206, 158, .37) 0px 6px 10px;
	z-index: 10;
	overflow: hidden;
	background: #0dce9e;
	padding: 12px 8px 12px 5px;
	border-radius: 0 14px 14px 0;
	transition: height 0.2s ease 0s, top 0.2s ease 0s;
}

.leke:hover {
	opacity: .8;
}

.leke .upload-icon {
	flex-shrink: 0;
	width: 28px;
	height: auto;
	display: block;
	margin-bottom: 2px;
	-webkit-animation: shangxa 2s infinite;
	animation: shangxa 2s infinite;
}

@media screen and (max-width: 768px) {
	.leke {
		display: none;
	}
}

#qidiana {
	cursor: pointer;
}

.class_qidian_wpa {
	border-radius: 6px !important;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

#_QD_INVITE_IFRAME_ID_PREFIX_2355020488 {
	border-radius: 20px !important;
	top: 40% !important;
}

iframe#_QIDIAN_WEB_IM_IFRAME_2355020488 {
	right: auto;
	left: 10px;
}

/***********屏幕判断***********/


/***********高度***********/
@media screen and (max-height: 1000px) {
	.jcml {
		height: 750px;
	}
}

@media screen and (max-height: 900px) {
	.sin-tulist li:nth-last-child(-n+2) {
		display: none;
	}

	.jcml {
		height: 650px;
	}
}

@media screen and (max-height: 800px) {
	.moco-aside-course li:nth-last-child(-n+1), .sin-tulist li:nth-last-child(-n+4) {
		display: none;
	}

	.jcml {
		height: 550px;
	}
}

@media screen and (max-height: 700px) {
	.moco-aside-course li:nth-last-child(-n+2),	.sin-tulist li:nth-last-child(-n+6) {
		display: none;
	}

	.jcml {
		height: 450px;
	}
}

@media screen and (max-height: 600px) {
	.moco-aside-course li:nth-last-child(-n+3),	.sin-tulist li:nth-last-child(-n+8) {
		display: none;
	}

	.jcml {
		height: 350px;
	}
}

@media screen and (max-height: 500px) {
	.sin-tulist li:nth-last-child(-n+10) {
		display: none;
	}

	.jcml {
		height: 250px;
	}
}

@media screen and (max-height: 400px) {
	.sin-tulist li:nth-last-child(-n+12) {
		display: none;
	}
}
/***********1800***********/
@media screen and (max-width: 1800px) {
	.lan-left {
		padding: 0 10px 0 0;
	}

	.wni-zx li {
		width: 25%;
	}

	.wni-zx li:nth-last-child(-n+2) {
		display: none;
	}
	.dtbzx li:nth-last-child(-n+3) {
		display: none;
	}
}

/***********1600***********/
@media screen and (max-width: 1600px) {
	.wbrr {
		width: 92%;
	}

	.fl_hed {
		height: 210px;
	}

	.fl_hed .headerLeft .title {
		font-size: 32px;
	}

	.fl_hed .searchContainer {
		max-width: 450px;
		font-size: 14px;
	}

	.fl_ycf.fl_conn .carouselContent {
		width: 200px;
		height: 125px;
	}

	.filter-items a {
		margin-right: 4px;
	}
}
/***********1500***********/
@media screen and (max-width: 1500px) {
	.post-item-1 ul.b2_gap > li {
		width: 33.333%;
	}

	.post-item-1.pptu ul.b2_gap > li {
		width: 25%;
	}

	.post-item-1.pptu ul.b2_gap > li {
		width: 25%;
	}

	.post-style-2 .wni-zx ul {
		padding: 0 5px 0 30px;
	}

	.yc1500, .post-style-2 .sin-right {
		display: none;
	}

	.post-style-2 .single-article {
		padding: 24px 0 24px 24px;
	}

	.post-style-2 .sin-left {
		width: 220px;
		min-width: 220px;
	}

	.gzh-title {
		font-size: 14px;
	}

	.gzh-description {
		font-size: 13px;
	}

	.swiper-wrapper .swiper-slide:nth-last-child(1) {
		display: none;
	}

	.swiper-slide {
		width: 33.333%;
	}

	.post-style-2 .bbts a {
		display: block;
		margin: 4px 0 0 18px;
	}

	.post-style-2 .sin-left .gundong2 {
		width: 200px!important;
		max-width: 200px;
	}

	.post-style-2 .win-comp i {
		font-size: 12px;
	}

	.post-style-2 .win-comp .comptbl, .post-style-2 .win-comp .no-comptbl, .post-style-2 .win-comp .ba-comptbl {
		font-size: 13px;
		line-height: 20px;
		padding: 0 6px;
	}
}
/***********1400***********/
@media screen and (max-width: 1400px) {

	.jxxia li {
		width: 25%;
	}

	.jxxia li:nth-last-child(-1n+2) {
		display: none;
	}
}
/***********1300***********/
@media screen and (max-width: 1300px) {
	.item-in {
		margin: 5px;
	}

	.potu .item-in {
		padding: 5px;
	}

	.pptu .item-in, .putu .item-in {
		margin: 5px;
	}

	.post-item-1.potu ul.b2_gap > li {
		width: 25%;
	}

	.post-item-1.potu ul.b2_gap > li:nth-last-child(-1n+3) {
		display: none;
	}

	.post-item-1.pptu ul.b2_gap > li {
		width: 25%
	}

	.post-item-1.putu ul.b2_gap > li {
		width: 25%;
	}

	.post-item-1.putu ul.b2_gap > li:nth-last-child(-1n+2) {
		display: none;
	}

	.warr, .tax-collection .content-area, .tax-newsflashes_tags .content-area, .post-type-archive-newsflashes .content-area, .all-circles.content-area, .announcement-page.content-area, .single-announcement .content-area, .post-style-2 .content-area, .create-circle.content-area, .mission-page.wrapper, .search .b2-single-content, .search .tax-search, #carts .vip-page {
		width: 94%;
	}

	.wbrr {
		width: 94%;
	}

	.he_soas {
		padding: 0 6px 10px;
	}

	.wpweh {
		width: 275px;
		margin-left: 20px;
	}

	.filter-items a {
		padding: 2px 8px;
	}

	.premium-category-header {
		width: 30%;
	}

	.new-right {
		width: 70%;
	}

	.swiper-wrapper .swiper-slide:nth-last-child(2) {
		display: none;
	}

	.swiper-slide {
		width: 50%;
	}

	.yc1300, .fl_ycf.fl_conn .carouselContent:last-child, .jc-left {
		display: none;
	}

	.post-style-3 .jcwz::before {
		background-color: #FFF;
	}

	.fl_ycf.fl_conn .carouselContent:nth-last-child(2) {
		margin-right: 0px;
	}

	.w10-mci a {
		margin: 0 25px;
		width: 20%;
	}

	.w10-mci a img {
		width: 100%;
		height: 100%;
	}

	.w10-mci a span {
		display: block;
		margin-top: 10px;
		font-size: 13px;
	}
}
/***********1200***********/
@media screen and (max-width: 1200px) {
	.post-item-1 ul.b2_gap > li {
		width: 33.333%
	}

	.yc1200, .pagination ul li {
		display: none;
	}

	.pagination ul li.prev-page, .pagination ul li.active, .pagination ul li.next-page {
		display: initial;
	}

	.pagination .active span {
		color: #000;
		padding: 0;
		background: rgba(13, 206, 158, 0);
	}

	.pagination {
		text-align: center;
	}

	.hg-df {
		padding: 5px;
	}

	.jingrig li:nth-child(1), .jingrig li:nth-child(2), .jingrig li:nth-child(3), .jingrig li:nth-child(4), .jingrig li:nth-child(5), .jingrig li:nth-child(6) {
		width: 33.3333%;
	}

	.jingrig li .post-module-thumb {
		height: 0;
		padding-top: 56.25%;
	}
}
	
/***********1100***********/
@media screen and (max-width: 1100px) {
	.lan-left {
		width: 300px;
	}

	.post-item-3 ul.b2_gap > li, .zhuanuai {
		width: 33.333%
	}

	.fl_ycf.fl_conn .carouselContent {
		margin-right: 0px;
	}

	.yc1100, .fl_ycf.fl_conn .carouselContent:nth-last-child(2), .wzbq {
		display: none;
	}

	.wni-zx li {
		width: 33.333%;
	}

	.wni-zx li:nth-last-child(-n+4) {
		display: none;
	}
	.dtbzx li:nth-last-child(-n+6) {
		display: none;
	}

	.post-style-2 .grid-container {
		height: 300px;
	}

	.post-style-2 .sba2 {
		height: 300px;
	}

	.post-style-2 .grid-padded-v9x {
		padding-top: 110px;
	}

	.post-style-2 .grid-cols-10 h3 {
		font-size: 40px;
	}

	.post-style-2 .grid-cols-10 .post-meta {
		margin-top: 30px;
	}

	.post-module-thumb:hover .imglist-charblock {
		width: 98%;
		border: 0 solid #cccccc;
	}

	.hg-df {
		width: 100%;
		float: inherit;
	}
}
/***********1000***********/
@media screen and (min-width: 1001px) {
	.xs1000 {
		display: none!important;
	}

}
/***********1000***********/
@media screen and (max-width: 1000px) {
	.yc1000, .jc-right {
		display: none!important;
	}
	.collections-post-list .following-avatar {
    display: none;
}
.entry-content h2 {
    margin-left: 0;
}
	.comp-detail-main {
		display: block;
		height: auto;
	}

	.post-item-1 ul.b2_gap > li {
		width: 50%;
	}

	.list-item-default p {
		height: 48px;
	}

	.w10-mci a {
		margin: 0 15px;
	}

	.vip-list .vip-item:nth-child(3) {
		margin: 20px 5px;
	}

	.vip-list .vip-item:nth-child(4) {
		margin: 20px 5px;
	}

	.vip-item {
		width: 398px;
		height: 200px;
	}

	.vip-list-in .tequan-type-head {
		position: absolute;
		left: 79px;
		top: 30px;
	}

	.newvip-sess2 ul li {
		width: 23%;
	}

	.jingrig li:nth-child(1), .jingrig li:nth-child(2), .jingrig li:nth-child(3), .jingrig li:nth-child(4), .jingrig li:nth-child(5), .jingrig li:nth-child(6) {
		width: 50%;
	}

	.dtbzleft {
		width: 100%;
		height: 300px;
		margin-right: 0;
	}

	.dtbzright {
		margin-top: 20px;
	}

	.aipidf #post-meta {
		display: none;
	}

	.aipidf .content-footer {
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.post-style-4 #ping {
		padding: 15px 10px;
	}
}
/***********800***********/

@media screen and (min-width:801px) {
	.he_pgd {
		display: none
	}
}

@media screen and (max-width: 800px) {
	.wbrr, .wrapper, .warr, .tax-collection .content-area, .tax-newsflashes_tags .content-area, .post-type-archive-newsflashes .content-area, .all-circles.content-area, .announcement-page.content-area, .single-announcement .content-area, .post-style-2 .content-area, .create-circle.content-area, .mission-page.wrapper, .search .b2-single-content, .search .tax-search, #carts .vip-page {
		width: 100%;
		padding: 0 5px;
	}
.b2-single-content {
    display: block;
}
	.post-style-2 .grid-cols-10 {
		width: 90%;
	}
.wcndy {
		width: 100%;
	}
	.post-style-2 .zxinfh {
		margin-left: 2px;
	}

	.post-item-3 ul.b2_gap > li, .zhuanuai {
		width: 50%
	}

	.post-style-8 .content-area, .post-style-9 .content-area {
		padding-right: 0;
	}

	.xiaohui {
		height: 0;
	}

	.zhuanuai {
		padding: 5px;
	}

	.xiaobai {
		margin-top: 5px;
	}

	.premium-category-header {
		width: 100%;
		float: inherit;
	}

	.new-right {
		width: 100%;
		float: inherit;
	}

	.page-template-template-new .site-content {
		padding-top: 70px;
	}

	.premium-category-header {
		padding-left: 10px;
		padding-bottom: 20px;
	}

	.swiper-container {
		margin-left: -5px;
		margin-right: -5px;
	}

	.swiper-slide {
		padding-right: 5px;
		padding-left: 5px;
	}

	#he_gdd h2 {
		display: none;
	}

	#he_gdd .warr {
		padding: 10px 18px;
	}

	#he_gdd .caidan a {
		margin: 5px 5px;
		padding: 4px 8px;
	}

	.post-style-8 .top-title {
		margin-top: 20px;
		margin-left: 10px;
	}

	.xia-list .gaoxia a {
		width: 168px;
	}

	.jcgz2 {
		height: auto;
	}

	.lxfaa>.button {
		padding: 5px 15px;
	}

	.wer, .wbrr {
		width: auto;
		margin: 0 10px;
	}

	.entry-content video {
		height: 200px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.banner-container {
		height: 188px;
		padding-top: 50px;
	}

	.banner-container h2 {
		font-size: x-large;
		letter-spacing: 2px;
		margin-bottom: 0;
	}

	.he_tlh {
		padding-left: 10px;
	}

	.he_qoc {
		padding-left: 10px;
	}

	.insert-post {
		width: 100%;
	}

	.list-item-default {
		padding: 5px 0;
	}

	.list-item-default .item-thumb {
		display: none;
	}

	.post-style-2 .bbts a {
		display: initial;
	}

	.list-item-default p {
		margin-bottom: 10px;
	}

	.jccd h2 {
		margin-bottom: 0;
	}

	.jccd .items ul {
		flex-wrap: wrap;
	}

	.jccd .items .item {
		margin: 10px 5px 0 5px;
	}

	.zxinfh {
		margin-left: 0;
	}

	.post-style-2 .wni-zx ul {
		padding: 0;
	}

	.wni-zx li {
		width: 50%;
	}

	.he_jvjj {
		margin: 0 10px;
	}

	.site-content {
		padding-top: 60px;
	}

	.yc800, .list-footer, .he_psdf, .fl_hed .headerRight, .lan-left, .fl_hed .searchContainer, .cl-gzgzh, .sin-left .post-user-info, .comment-vote-hidden, .jccd .jc-ico0 {
		display: none!important;
	}

	.post-info h2 {
		text-align: center;
	}

	.post-info {
		padding: 10px 10px 5px 10px;
	}

	.fl_hed {
		height: 110px;
	}

	.post-style-2 .grid-padded-v9x {
		padding-top: 90px;
	}

	.post-style-2 .sba2, .post-style-2 .grid-container {
		height: 230px;
	}

	.post-style-2 .grid-cols-10 h3, .post-style-3 .jczw h3.shu, .jccd h2, .helm .wbrr .title, .contit {
		font-size: x-large;
	}

	.helm.tagj {
		height: 90px;
	}

	.list-item-default .title, .hgjdf__title {
		font-size: large;
	}

	.post-style-2 .grid-cols-10 .post-meta, .list-item-default p, .hgjdf__desc, .lxfaa>.button {
		font-size: medium;
	}

	.hgjdf__desc {
		margin-bottom: 5px;
	}

	.post-style-3 .jczw {
		padding: 40px 0;
	}

	.fl_hed .headerLeft, .fl_hed .searchContainer {
		max-width: 100%;
	}

	.post-style-2 .sin-left {
		width: 100%;
		min-width: 100%;
		box-shadow: 8px 0 8px -8px rgba(0,0,0,0);
		padding: 0;
	}

	.gundong, .gundong2 {
		width: 100%!important;
		max-width: 100%;
		left: 0!important;
		position: relative!important;
	}

	.action.up .gundong, .action.up .gundong2, .action.up .gundong1 {
		top: 0px!important;
	}

	.action .gundong, .action .gundong2, .action .gundong1 {
		top: 0px!important;
	}

	.post-style-2 .single-article {
		padding: 0;
	}

	.post-style-2 .single-article {
		margin-top: 0;
	}

	.w10-mci a {
		margin: 0 6px;
	}

	.post-style-7 .site-content {
		padding-top: 70px;
	}

	.ruan_left {
		position: relative;
		flex: 0;
		margin-right: 0;
		margin-top: 0;
		width: 100%;
	}

	.post-style-7 .gundong {
		position: relative!important;
		width: 100%!important;
		left: 0!important;
		top: 0!important;
	}

	.ruanjtit {
		font-size: x-large;
		margin-left: 5px;
	}

	.xiaz-list {
		margin: 0;
	}

	.xiaz-list .gaoxi {
		margin: 0 auto 10px;
	}

	.post-style-12 .info-and-options .options {
		padding-top: 0;
		margin-right: 20px;
		margin-left: 0;
	}

	.post-style-2 .sin-left .gundong2 {
		width: 100%!important;
		max-width: 100%;
	}

	.post-style-2 .grid-container {
		padding-right: 0;
		padding-left: 0;
	}

	.post-style-1 .site-content {
		padding-top: 34px;
	}

	.post-style-1 .warr {
		padding: 0;
	}

	.wentu {
		padding: 22px 15px 15px 15px;
	}

	.contit {
		margin-bottom: 10px;
	}

	.sin_wen h2 {
		font-size: large;
	}

	a.sdm_download, a.sdm_fancy2_download_dl_link, .lianai a {
		margin-bottom: 15px;
	}

	.cowen {
		border: solid 0 #f2f2f2!important;
		box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)!important;
		-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)!important;
		-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, .1)!important;
	}
	.entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
		font-size: x-large;
	}

	.he_mwd {
		column-gap: 5px;
	}

	.helm {
		height: 120px;
	}

	.item-in {
		margin: 5px;
	}

	.tag-10t .post-item-3 ul.b2_gap > li, .tag-81t .post-item-3 ul.b2_gap > li, .tag-7t .post-item-3 ul.b2_gap > li, .category-2238 .post-item-3 ul.b2_gap > li, .category-2019 .post-item-3 ul.b2_gap > li {
		width: 100%!important
	}

	.banner-desc, .helm .wbrr .desc {
		display: none;
	}

	.bainer {
		padding: 15px 0 0 5px;
	}

	.page-template-template .helm {
		text-align: center;
		height: 100px;
	}

	.helm .wbrr {
		padding-top: 55px;
	}

	.post-preview__image-container {
		min-height: 125px;
	}

	#vips .warr {
		width: 100%;
		padding: 0 10px;
	}

	.vip-item {
		width: 100%;
		height: 295px;
	}

	.vip-list-in .tequan-type-head {
		left: 20%;
		top: 15%;
	}

	.newvip-sess2 ul {
		margin-right: -20px;
	}

	.newvip-sess2 ul li {
		width: 50%;
		margin-right: 0px;
		margin-bottom: 10px;
	}

	.newvip-sess2 ul li p {
		font-size: large;
	}

	.tequan-type-head span {
		display: none;
	}

	.vip-price-money.shu span {
		font-size: xx-large;
	}

	.vip-list .type2 button {
		width: 100px;
		font-size: medium;
	}

	.search-content {
		margin: 10px 0;
	}

	.nav-title {
		padding-top: 40px;
	}

	.ind_title .cai {
		width: 16em;
		height: 2em;
	}

	.ind_subtitle {
		width: auto;
		margin-top: 15px;
	}

	.jxda .cai {
		width: 11em;
		height: 1.1em;
	}
}

@media screen and (max-width: 600px) {
	.vip-item {
		width: 100%;
		height: 190px;
	}
ul.b2_gap>li {
    width: 100%!important;
}
	.vip-list-in .tequan-type-head {
		top: 10%;
	}

	.tequan-type-head p {
		display: none;
	}
}



